Interface ResourceSkuResult


  • public interface ResourceSkuResult
    An immutable client-side representation of ResourceSkuResult.
    • Method Detail

      • 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.