Uses of Class
com.microsoft.azure.management.batchai.DeallocationOption
Packages that use DeallocationOption
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of DeallocationOption in com.microsoft.azure.management.batchai
Fields in com.microsoft.azure.management.batchai declared as DeallocationOptionModifier and TypeFieldDescriptionstatic final DeallocationOption
DeallocationOption.REQUEUE
Static value requeue for DeallocationOption.static final DeallocationOption
DeallocationOption.TERMINATE
Static value terminate for DeallocationOption.static final DeallocationOption
DeallocationOption.WAITFORJOBCOMPLETION
Static value waitforjobcompletion for DeallocationOption.Methods in com.microsoft.azure.management.batchai that return DeallocationOptionModifier and TypeMethodDescriptionstatic DeallocationOption
DeallocationOption.fromString
(String name) Creates or finds a DeallocationOption from its string representation.ManualScaleSettings.nodeDeallocationOption()
Get an action to be performed when the cluster size is decreasing.Methods in com.microsoft.azure.management.batchai that return types with arguments of type DeallocationOptionModifier and TypeMethodDescriptionstatic Collection<DeallocationOption>
DeallocationOption.values()
Methods in com.microsoft.azure.management.batchai with parameters of type DeallocationOptionModifier and TypeMethodDescriptionBatchAICluster.DefinitionStages.WithScaleSettings.withManualScale
(int targetNodeCount, DeallocationOption deallocationOption) 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.ManualScaleSettings.withNodeDeallocationOption
(DeallocationOption nodeDeallocationOption) Set an action to be performed when the cluster size is decreasing.