
com.azure.resourcemanager.fabric.models.RpSkuDetailsForExistingResource Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) TypeSpec Code Generator.
package com.azure.resourcemanager.fabric.models;
import com.azure.resourcemanager.fabric.fluent.models.RpSkuDetailsForExistingResourceInner;
/**
* An immutable client-side representation of RpSkuDetailsForExistingResource.
*/
public interface RpSkuDetailsForExistingResource {
/**
* Gets the resourceType property: The resource type.
*
* @return the resourceType value.
*/
String resourceType();
/**
* Gets the sku property: The SKU details.
*
* @return the sku value.
*/
RpSku sku();
/**
* Gets the inner com.azure.resourcemanager.fabric.fluent.models.RpSkuDetailsForExistingResourceInner object.
*
* @return the inner object.
*/
RpSkuDetailsForExistingResourceInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy