Interface ApiManagementSku


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

      • resourceType

        String resourceType()
        Gets the resourceType property: The type of resource the SKU applies to.
        Returns:
        the resourceType value.
      • name

        String name()
        Gets the name property: The name of SKU.
        Returns:
        the name value.
      • tier

        String tier()
        Gets the tier property: Specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> **Standard**<br /><br /> **Basic**.
        Returns:
        the tier value.
      • size

        String size()
        Gets the size property: The Size of the SKU.
        Returns:
        the size value.
      • family

        String family()
        Gets the family property: The Family of this particular SKU.
        Returns:
        the family value.
      • kind

        String kind()
        Gets the kind property: The Kind of resources that are supported in this SKU.
        Returns:
        the kind value.
      • capacity

        ApiManagementSkuCapacity capacity()
        Gets the capacity property: Specifies the number of virtual machines in the scale set.
        Returns:
        the capacity value.
      • locations

        List<String> locations()
        Gets the locations property: The set of locations that the SKU is available.
        Returns:
        the locations value.
      • locationInfo

        List<ApiManagementSkuLocationInfo> locationInfo()
        Gets the locationInfo property: A list of locations and availability zones in those locations where the SKU is available.
        Returns:
        the locationInfo value.
      • apiVersions

        List<String> apiVersions()
        Gets the apiVersions property: The api versions that support this SKU.
        Returns:
        the apiVersions value.
      • costs

        List<ApiManagementSkuCosts> costs()
        Gets the costs property: Metadata for retrieving price info.
        Returns:
        the costs value.
      • capabilities

        List<ApiManagementSkuCapabilities> capabilities()
        Gets the capabilities property: A name value pair to describe the capability.
        Returns:
        the capabilities value.
      • restrictions

        List<ApiManagementSkuRestrictions> restrictions()
        Gets the restrictions property: The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.
        Returns:
        the restrictions value.
      • innerModel

        ApiManagementSkuInner innerModel()
        Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementSkuInner object.
        Returns:
        the inner object.