| Package | Description | 
|---|---|
| com.microsoft.azure.management.batchai | 
 This package contains the classes for BatchAIManagementClient. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static DeallocationOption | 
DeallocationOption.REQUEUE
Static value requeue for DeallocationOption. 
 | 
static DeallocationOption | 
DeallocationOption.TERMINATE
Static value terminate for DeallocationOption. 
 | 
static DeallocationOption | 
DeallocationOption.WAITFORJOBCOMPLETION
Static value waitforjobcompletion for DeallocationOption. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DeallocationOption | 
DeallocationOption.fromString(String name)
Creates or finds a DeallocationOption from its string representation. 
 | 
DeallocationOption | 
ManualScaleSettings.nodeDeallocationOption()
Get an action to be performed when the cluster size is decreasing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Collection<DeallocationOption> | 
DeallocationOption.values()  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchAICluster.DefinitionStages.WithCreate | 
BatchAICluster.DefinitionStages.WithScaleSettings.withManualScale(int targetNodeCount,
               DeallocationOption deallocationOption)
Specifies that cluster should be scaled by manual settings. 
 | 
BatchAICluster.Update | 
BatchAICluster.UpdateStages.WithScaleSettings.withManualScale(int targetNodeCount,
               DeallocationOption deallocationOption)
Specifies that cluster should be scaled by manual settings. 
 | 
ManualScaleSettings | 
ManualScaleSettings.withNodeDeallocationOption(DeallocationOption nodeDeallocationOption)
Set an action to be performed when the cluster size is decreasing. 
 | 
Copyright © 2019. All rights reserved.