Interface ResourceSkuResult


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

    Modifier and Type
    Method
    Description
    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

      Gets the sku property: Specifies API Management SKU.
      Returns:
      the sku value.
    • capacity

      Gets the capacity property: Specifies the number of API Management units.
      Returns:
      the capacity value.
    • innerModel

      Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ResourceSkuResultInner object.
      Returns:
      the inner object.