| Modifier and Type | Method and Description |
|---|---|
FixedScaleSettings |
ScaleSettings.fixedScale()
Get the fixedScale value.
|
FixedScaleSettings |
FixedScaleSettings.withNodeDeallocationOption(ComputeNodeDeallocationOption nodeDeallocationOption)
Set the nodeDeallocationOption value.
|
FixedScaleSettings |
FixedScaleSettings.withResizeTimeout(org.joda.time.Period resizeTimeout)
Set the resizeTimeout value.
|
FixedScaleSettings |
FixedScaleSettings.withTargetDedicatedNodes(Integer targetDedicatedNodes)
Set the targetDedicatedNodes value.
|
FixedScaleSettings |
FixedScaleSettings.withTargetLowPriorityNodes(Integer targetLowPriorityNodes)
Set the targetLowPriorityNodes value.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleSettings |
ScaleSettings.withFixedScale(FixedScaleSettings fixedScale)
Set the fixedScale value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/