Class SkuDescriptionInner
java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.SkuDescriptionInner
The Kusto SKU description of given resource type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the locationInfo property: Locations and zones.Get the locations property: The set of locations that the SKU is available.name()
Get the name property: The name of the SKU.Get the resourceType property: The resource type.Get the restrictions property: The restrictions because of which SKU cannot be used.tier()
Get the tier property: The tier of the SKU.void
validate()
Validates the instance.
-
Constructor Details
-
SkuDescriptionInner
public SkuDescriptionInner()
-
-
Method Details
-
resourceType
Get the resourceType property: The resource type.- Returns:
- the resourceType value.
-
name
Get the name property: The name of the SKU.- Returns:
- the name value.
-
tier
Get the tier property: The tier of the SKU.- Returns:
- the tier value.
-
locations
Get the locations property: The set of locations that the SKU is available.- Returns:
- the locations value.
-
locationInfo
Get the locationInfo property: Locations and zones.- Returns:
- the locationInfo value.
-
restrictions
Get the restrictions property: The restrictions because of which SKU cannot be used.- Returns:
- the restrictions value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-