Class SkuLocationInfoItem
java.lang.Object
com.azure.resourcemanager.kusto.models.SkuLocationInfoItem
The locations and zones info for SKU.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlocation()
Get the location property: The available location of the SKU.void
validate()
Validates the instance.withLocation
(String location) Set the location property: The available location of the SKU.Set the zones property: The available zone of the SKU.zones()
Get the zones property: The available zone of the SKU.
-
Constructor Details
-
SkuLocationInfoItem
public SkuLocationInfoItem()
-
-
Method Details
-
location
Get the location property: The available location of the SKU.- Returns:
- the location value.
-
withLocation
Set the location property: The available location of the SKU.- Parameters:
location
- the location value to set.- Returns:
- the SkuLocationInfoItem object itself.
-
zones
Get the zones property: The available zone of the SKU.- Returns:
- the zones value.
-
withZones
Set the zones property: The available zone of the SKU.- Parameters:
zones
- the zones value to set.- Returns:
- the SkuLocationInfoItem object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-