Class ResourceSkuLocationInfo
java.lang.Object
com.azure.resourcemanager.compute.models.ResourceSkuLocationInfo
Describes an available Compute SKU Location Information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the extendedLocations property: The names of extended locations.location()Get the location property: Location of the SKU.type()Get the type property: The type of the extended location.voidvalidate()Validates the instance.Get the zoneDetails property: Details of capabilities available to a SKU in specific zones.zones()Get the zones property: List of availability zones where the SKU is supported.
-
Constructor Details
-
ResourceSkuLocationInfo
public ResourceSkuLocationInfo()
-
-
Method Details
-
location
Get the location property: Location of the SKU.- Returns:
- the location value.
-
zones
Get the zones property: List of availability zones where the SKU is supported.- Returns:
- the zones value.
-
zoneDetails
Get the zoneDetails property: Details of capabilities available to a SKU in specific zones.- Returns:
- the zoneDetails value.
-
extendedLocations
Get the extendedLocations property: The names of extended locations.- Returns:
- the extendedLocations value.
-
type
Get the type property: The type of the extended location.- Returns:
- the type value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-