Class AzureSku
java.lang.Object
com.azure.resourcemanager.kusto.models.AzureSku
Azure SKU definition.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncapacity()
Get the capacity property: The number of instances of the cluster.name()
Get the name property: SKU name.tier()
Get the tier property: SKU tier.void
validate()
Validates the instance.withCapacity
(Integer capacity) Set the capacity property: The number of instances of the cluster.withName
(AzureSkuName name) Set the name property: SKU name.withTier
(AzureSkuTier tier) Set the tier property: SKU tier.
-
Constructor Details
-
AzureSku
public AzureSku()
-
-
Method Details
-
name
Get the name property: SKU name.- Returns:
- the name value.
-
withName
Set the name property: SKU name.- Parameters:
name
- the name value to set.- Returns:
- the AzureSku object itself.
-
capacity
Get the capacity property: The number of instances of the cluster.- Returns:
- the capacity value.
-
withCapacity
Set the capacity property: The number of instances of the cluster.- Parameters:
capacity
- the capacity value to set.- Returns:
- the AzureSku object itself.
-
tier
Get the tier property: SKU tier.- Returns:
- the tier value.
-
withTier
Set the tier property: SKU tier.- Parameters:
tier
- the tier value to set.- Returns:
- the AzureSku object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-