Uses of Class
com.azure.resourcemanager.kusto.models.OptimizedAutoscale
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of OptimizedAutoscale in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionClusterInner.optimizedAutoscale()
Get the optimizedAutoscale property: Optimized auto scale definition.ClusterProperties.optimizedAutoscale()
Get the optimizedAutoscale property: Optimized auto scale definition.Modifier and TypeMethodDescriptionClusterInner.withOptimizedAutoscale
(OptimizedAutoscale optimizedAutoscale) Set the optimizedAutoscale property: Optimized auto scale definition.ClusterProperties.withOptimizedAutoscale
(OptimizedAutoscale optimizedAutoscale) Set the optimizedAutoscale property: Optimized auto scale definition. -
Uses of OptimizedAutoscale in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionCluster.optimizedAutoscale()
Gets the optimizedAutoscale property: Optimized auto scale definition.ClusterUpdate.optimizedAutoscale()
Get the optimizedAutoscale property: Optimized auto scale definition.OptimizedAutoscale.withIsEnabled
(boolean isEnabled) Set the isEnabled property: A boolean value that indicate if the optimized autoscale feature is enabled or not.OptimizedAutoscale.withMaximum
(int maximum) Set the maximum property: Maximum allowed instances count.OptimizedAutoscale.withMinimum
(int minimum) Set the minimum property: Minimum allowed instances count.OptimizedAutoscale.withVersion
(int version) Set the version property: The version of the template defined, for instance 1.Modifier and TypeMethodDescriptionCluster.DefinitionStages.WithOptimizedAutoscale.withOptimizedAutoscale
(OptimizedAutoscale optimizedAutoscale) Specifies the optimizedAutoscale property: Optimized auto scale definition..Cluster.UpdateStages.WithOptimizedAutoscale.withOptimizedAutoscale
(OptimizedAutoscale optimizedAutoscale) Specifies the optimizedAutoscale property: Optimized auto scale definition..ClusterUpdate.withOptimizedAutoscale
(OptimizedAutoscale optimizedAutoscale) Set the optimizedAutoscale property: Optimized auto scale definition.