| Modifier and Type | Method and Description |
|---|---|
ScaleInPolicy |
VirtualMachineScaleSetUpdate.scaleInPolicy()
Get specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in.
|
ScaleInPolicy |
ScaleInPolicy.withRules(List<VirtualMachineScaleSetScaleInRules> rules)
Set the rules to be followed when scaling-in a virtual machine scale set.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withScaleInPolicy(ScaleInPolicy scaleInPolicy)
Set specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/