Uses of Interface
com.microsoft.azure.management.batchai.BatchAICluster.Update
Packages that use BatchAICluster.Update
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of BatchAICluster.Update in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return BatchAICluster.UpdateModifier and TypeMethodDescriptionBatchAICluster.UpdateStages.WithScaleSettings.withAutoScale
(int minimumNodeCount, int maximumNodeCount) If autoScale settings are specified, the system automatically scales the cluster up and down (within the supplied limits) based on the pending jobs on the cluster.BatchAICluster.UpdateStages.WithScaleSettings.withAutoScale
(int minimumNodeCount, int maximumNodeCount, int initialNodeCount) If autoScale settings are specified, the system automatically scales the cluster up and down (within the supplied limits) based on the pending jobs on the cluster.BatchAICluster.UpdateStages.WithScaleSettings.withManualScale
(int targetNodeCount) Specifies that cluster should be scaled by manual settings.BatchAICluster.UpdateStages.WithScaleSettings.withManualScale
(int targetNodeCount, DeallocationOption deallocationOption) Specifies that cluster should be scaled by manual settings.