Uses of Class
com.microsoft.azure.management.batchai.ManualScaleSettings
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of ManualScaleSettings in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionScaleSettings.manual()
Get manual scale settings for the cluster.ManualScaleSettings.withNodeDeallocationOption
(DeallocationOption nodeDeallocationOption) Set an action to be performed when the cluster size is decreasing.ManualScaleSettings.withTargetNodeCount
(int targetNodeCount) Set the desired number of compute nodes in the Cluster.Modifier and TypeMethodDescriptionScaleSettings.withManual
(ManualScaleSettings manual) Set manual scale settings for the cluster.