Class ResourceSkuZoneDetails

java.lang.Object
com.azure.resourcemanager.storagepool.models.ResourceSkuZoneDetails

public final class ResourceSkuZoneDetails extends Object
Describes The zonal capabilities of a SKU.
  • Constructor Details

    • ResourceSkuZoneDetails

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

    • name

      public List<String> name()
      Get the name property: The set of zones that the SKU is available in with the specified capabilities.
      Returns:
      the name value.
    • capabilities

      public List<ResourceSkuCapability> capabilities()
      Get the capabilities property: A list of capabilities that are available for the SKU in the specified list of zones.
      Returns:
      the capabilities value.
    • validate

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