Class ResourceSkuInfoInner

java.lang.Object
com.azure.resourcemanager.storagepool.fluent.models.ResourceSkuInfoInner

public final class ResourceSkuInfoInner extends Object
Resource SKU Details.
  • Constructor Details

    • ResourceSkuInfoInner

      public ResourceSkuInfoInner()
      Creates an instance of ResourceSkuInfoInner class.
  • Method Details

    • apiVersion

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

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

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

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

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

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

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

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.