| Modifier and Type | Method and Description |
|---|---|
ScaleSettings |
Pool.scaleSettings() |
ScaleSettings |
ScaleSettings.withAutoScale(AutoScaleSettings autoScale)
Set this property and fixedScale are mutually exclusive and one of the properties must be specified.
|
ScaleSettings |
ScaleSettings.withFixedScale(FixedScaleSettings fixedScale)
Set this property and autoScale are mutually exclusive and one of the properties must be specified.
|
| Modifier and Type | Method and Description |
|---|---|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withScaleSettings(ScaleSettings scaleSettings)
Specifies the scale settings for the pool.
|
Pool.UpdateDefinitionStages.WithAttach<ParentT> |
Pool.UpdateDefinitionStages.WithAttach.withScaleSettings(ScaleSettings scaleSettings)
Specifies the scale settings for the pool.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withScaleSettings(ScaleSettings scaleSettings)
Specifies the scale settings for the pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/