Interface ResourceSku


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

      • resourceType

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

        List<ResourceSkuCapabilities> capabilities()
        Gets the capabilities property: A list of capabilities of this SKU, such as throughput or ops/sec.
        Returns:
        the capabilities value.
      • locations

        List<String> locations()
        Gets the locations property: The set of locations where the SKU is available. This is the supported and registered Azure Geo Regions (e.g., West US, East US, Southeast Asia, etc.).
        Returns:
        the locations value.
      • locationInfo

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

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

        List<Restriction> restrictions()
        Gets the restrictions property: The restrictions preventing this SKU from being used. This is empty if there are no restrictions.
        Returns:
        the restrictions value.
      • innerModel

        ResourceSkuInner innerModel()
        Gets the inner com.azure.resourcemanager.storagecache.fluent.models.ResourceSkuInner object.
        Returns:
        the inner object.