Uses of Class
com.microsoft.azure.management.batchai.DeallocationOption
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of DeallocationOption in com.microsoft.azure.management.batchai
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionstatic Collection<DeallocationOption>
DeallocationOption.values()
Modifier 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.