Uses of Class
com.azure.resourcemanager.kusto.models.AzureCapacity
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of AzureCapacity in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionAzureResourceSkuInner.capacity()
Get the capacity property: The number of instances of the cluster.Modifier and TypeMethodDescriptionAzureResourceSkuInner.withCapacity
(AzureCapacity capacity) Set the capacity property: The number of instances of the cluster. -
Uses of AzureCapacity in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionAzureResourceSku.capacity()
Gets the capacity property: The number of instances of the cluster.AzureCapacity.withDefaultProperty
(int defaultProperty) Set the defaultProperty property: The default capacity that would be used.AzureCapacity.withMaximum
(int maximum) Set the maximum property: Maximum allowed capacity.AzureCapacity.withMinimum
(int minimum) Set the minimum property: Minimum allowed capacity.AzureCapacity.withScaleType
(AzureScaleType scaleType) Set the scaleType property: Scale type.