Interface ResourceSkuInfo


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

    • apiVersion

      String apiVersion()
      Gets the apiVersion property: StoragePool RP API version.
      Returns:
      the apiVersion value.
    • resourceType

      String resourceType()
      Gets the resourceType property: StoragePool resource type.
      Returns:
      the resourceType value.
    • capabilities

      List<ResourceSkuCapability> capabilities()
      Gets the capabilities property: List of additional capabilities for StoragePool resource.
      Returns:
      the capabilities value.
    • locationInfo

      ResourceSkuLocationInfo locationInfo()
      Gets the locationInfo property: Zones and zone capabilities in those locations where the SKU is available.
      Returns:
      the locationInfo value.
    • name

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

      String tier()
      Gets the tier property: Sku tier.
      Returns:
      the tier value.
    • restrictions

      List<ResourceSkuRestrictions> 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

      ResourceSkuInfoInner innerModel()
      Gets the inner com.azure.resourcemanager.storagepool.fluent.models.ResourceSkuInfoInner object.
      Returns:
      the inner object.