| Modifier and Type | Method and Description |
|---|---|
FixedScaleSettings |
ScaleSettings.fixedScale()
Get this property and autoScale are mutually exclusive and one of the properties must be specified.
|
FixedScaleSettings |
FixedScaleSettings.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
Set if omitted, the default value is Requeue.
|
FixedScaleSettings |
FixedScaleSettings.withResizeTimeout(org.joda.time.Period resizeTimeout)
Set the default value is 15 minutes.
|
FixedScaleSettings |
FixedScaleSettings.withTargetDedicatedNodes(Integer targetDedicatedNodes)
Set at least one of targetDedicatedNodes, targetLowPriority nodes must be set.
|
FixedScaleSettings |
FixedScaleSettings.withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
Set at least one of targetDedicatedNodes, targetLowPriority nodes must be set.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleSettings |
ScaleSettings.withFixedScale(FixedScaleSettings fixedScale)
Set this property and autoScale are mutually exclusive and one of the properties must be specified.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/