Class ResourceSkuLocationInfo
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.ResourceSkuLocationInfo
-
public final class ResourceSkuLocationInfo extends Object
Describes an available Compute SKU Location Information.
-
-
Constructor Summary
Constructors Constructor Description ResourceSkuLocationInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>extendedLocations()Get the extendedLocations property: The names of extended locations.Stringlocation()Get the location property: Location of the SKU.ExtendedLocationTypetype()Get the type property: The type of the extended location.voidvalidate()Validates the instance.List<ResourceSkuZoneDetails>zoneDetails()Get the zoneDetails property: Details of capabilities available to a SKU in specific zones.List<String>zones()Get the zones property: List of availability zones where the SKU is supported.
-
-
-
Method Detail
-
location
public String location()
Get the location property: Location of the SKU.- Returns:
- the location value.
-
zones
public List<String> zones()
Get the zones property: List of availability zones where the SKU is supported.- Returns:
- the zones value.
-
zoneDetails
public List<ResourceSkuZoneDetails> zoneDetails()
Get the zoneDetails property: Details of capabilities available to a SKU in specific zones.- Returns:
- the zoneDetails value.
-
extendedLocations
public List<String> extendedLocations()
Get the extendedLocations property: The names of extended locations.- Returns:
- the extendedLocations value.
-
type
public ExtendedLocationType 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.
-
-