Class ResourceSkuLocationInfo
java.lang.Object
com.azure.resourcemanager.appplatform.models.ResourceSkuLocationInfo
Locations and availability zones where the SKU is available.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ResourceSkuLocationInfo class. -
Method Summary
Modifier and TypeMethodDescriptionlocation()Get the location property: Gets location of the SKU.voidvalidate()Validates the instance.withLocation(String location) Set the location property: Gets location of the SKU.withZoneDetails(List<ResourceSkuZoneDetails> zoneDetails) Set the zoneDetails property: Gets details of capabilities available to a SKU in specific zones.Set the zones property: Gets list of availability zones where the SKU is supported.Get the zoneDetails property: Gets details of capabilities available to a SKU in specific zones.zones()Get the zones property: Gets list of availability zones where the SKU is supported.
-
Constructor Details
-
ResourceSkuLocationInfo
public ResourceSkuLocationInfo()Creates an instance of ResourceSkuLocationInfo class.
-
-
Method Details
-
location
Get the location property: Gets location of the SKU.- Returns:
- the location value.
-
withLocation
Set the location property: Gets location of the SKU.- Parameters:
location- the location value to set.- Returns:
- the ResourceSkuLocationInfo object itself.
-
zones
Get the zones property: Gets list of availability zones where the SKU is supported.- Returns:
- the zones value.
-
withZones
Set the zones property: Gets list of availability zones where the SKU is supported.- Parameters:
zones- the zones value to set.- Returns:
- the ResourceSkuLocationInfo object itself.
-
zoneDetails
Get the zoneDetails property: Gets details of capabilities available to a SKU in specific zones.- Returns:
- the zoneDetails value.
-
withZoneDetails
Set the zoneDetails property: Gets details of capabilities available to a SKU in specific zones.- Parameters:
zoneDetails- the zoneDetails value to set.- Returns:
- the ResourceSkuLocationInfo object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-