Class AzureResourceSkuInner
java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.AzureResourceSkuInner
Azure resource SKU definition.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncapacity()
Get the capacity property: The number of instances of the cluster.Get the resourceType property: Resource Namespace and Type.sku()
Get the sku property: The SKU details.void
validate()
Validates the instance.withCapacity
(AzureCapacity capacity) Set the capacity property: The number of instances of the cluster.withResourceType
(String resourceType) Set the resourceType property: Resource Namespace and Type.Set the sku property: The SKU details.
-
Constructor Details
-
AzureResourceSkuInner
public AzureResourceSkuInner()
-
-
Method Details
-
resourceType
Get the resourceType property: Resource Namespace and Type.- Returns:
- the resourceType value.
-
withResourceType
Set the resourceType property: Resource Namespace and Type.- Parameters:
resourceType
- the resourceType value to set.- Returns:
- the AzureResourceSkuInner object itself.
-
sku
Get the sku property: The SKU details.- Returns:
- the sku value.
-
withSku
Set the sku property: The SKU details.- Parameters:
sku
- the sku value to set.- Returns:
- the AzureResourceSkuInner 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 AzureResourceSkuInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-