Uses of Class
com.microsoft.azure.management.batchai.AutoScaleSettings
Packages that use AutoScaleSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of AutoScaleSettings in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return AutoScaleSettingsModifier and TypeMethodDescriptionScaleSettings.autoScale()
Get auto-scale settings for the cluster.AutoScaleSettings.withInitialNodeCount
(Integer initialNodeCount) Set the number of compute nodes to allocate on cluster creation.AutoScaleSettings.withMaximumNodeCount
(int maximumNodeCount) Set the maximum number of compute nodes the cluster can have.AutoScaleSettings.withMinimumNodeCount
(int minimumNodeCount) Set the minimum number of compute nodes the Batch AI service will try to allocate for the cluster.Methods in com.microsoft.azure.management.batchai with parameters of type AutoScaleSettingsModifier and TypeMethodDescriptionScaleSettings.withAutoScale
(AutoScaleSettings autoScale) Set auto-scale settings for the cluster.