Interface ResourceSkuResult
public interface ResourceSkuResult
An immutable client-side representation of ResourceSkuResult.
-
Method Summary
Modifier and TypeMethodDescriptioncapacity()Gets the capacity property: Specifies the number of API Management units.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ResourceSkuResultInner object.Gets the resourceType property: The type of resource the SKU applies to.sku()Gets the sku property: Specifies API Management SKU.
-
Method Details
-
resourceType
String resourceType()Gets the resourceType property: The type of resource the SKU applies to.- Returns:
- the resourceType value.
-
sku
ResourceSku sku()Gets the sku property: Specifies API Management SKU.- Returns:
- the sku value.
-
capacity
ResourceSkuCapacity capacity()Gets the capacity property: Specifies the number of API Management units.- Returns:
- the capacity value.
-
innerModel
ResourceSkuResultInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ResourceSkuResultInner object.- Returns:
- the inner object.
-