Class ResourceSkuZoneDetails
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.ResourceSkuZoneDetails
-
public final class ResourceSkuZoneDetails extends Object
Describes The zonal capabilities of a SKU.
-
-
Constructor Summary
Constructors Constructor Description ResourceSkuZoneDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResourceSkuCapabilities>capabilities()Get the capabilities property: A list of capabilities that are available for the SKU in the specified list of zones.List<String>name()Get the name property: The set of zones that the SKU is available in with the specified capabilities.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
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<ResourceSkuCapabilities> 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.
-
-