Interface SkuInformation


public interface SkuInformation
An immutable client-side representation of SkuInformation.
  • Method Details

    • name

      SkuName name()
      Gets the name property: Sku Name.
      Returns:
      the name value.
    • tier

      SkuTier tier()
      Gets the tier property: Sku Tier.
      Returns:
      the tier value.
    • resourceType

      String resourceType()
      Gets the resourceType property: The type of the resource.
      Returns:
      the resourceType value.
    • locations

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

      List<SkuLocationInfo> locationInfo()
      Gets the locationInfo property: Availability of the SKU for the location/zone.
      Returns:
      the locationInfo value.
    • capabilities

      List<SkuCapability> capabilities()
      Gets the capabilities property: The capability information in the specified SKU.
      Returns:
      the capabilities value.
    • innerModel

      SkuInformationInner innerModel()
      Gets the inner com.azure.resourcemanager.elasticsan.fluent.models.SkuInformationInner object.
      Returns:
      the inner object.