| Package | Description |
|---|---|
| com.microsoft.azure.management.batchai |
This package contains the classes for BatchAIManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ManualScaleSettings |
ScaleSettings.manual()
Get manual scale settings for the cluster.
|
ManualScaleSettings |
ManualScaleSettings.withNodeDeallocationOption(DeallocationOption nodeDeallocationOption)
Set an action to be performed when the cluster size is decreasing.
|
ManualScaleSettings |
ManualScaleSettings.withTargetNodeCount(int targetNodeCount)
Set the desired number of compute nodes in the Cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleSettings |
ScaleSettings.withManual(ManualScaleSettings manual)
Set manual scale settings for the cluster.
|
Copyright © 2019. All rights reserved.