| Modifier and Type | Field and Description |
|---|---|
static VirtualMachineScaleSetScaleInRules |
VirtualMachineScaleSetScaleInRules.DEFAULT
Static value Default for VirtualMachineScaleSetScaleInRules.
|
static VirtualMachineScaleSetScaleInRules |
VirtualMachineScaleSetScaleInRules.NEWEST_VM
Static value NewestVM for VirtualMachineScaleSetScaleInRules.
|
static VirtualMachineScaleSetScaleInRules |
VirtualMachineScaleSetScaleInRules.OLDEST_VM
Static value OldestVM for VirtualMachineScaleSetScaleInRules.
|
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachineScaleSetScaleInRules |
VirtualMachineScaleSetScaleInRules.fromString(String name)
Creates or finds a VirtualMachineScaleSetScaleInRules from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirtualMachineScaleSetScaleInRules> |
ScaleInPolicy.rules()
Get the rules to be followed when scaling-in a virtual machine scale set.
|
static Collection<VirtualMachineScaleSetScaleInRules> |
VirtualMachineScaleSetScaleInRules.values() |
| Modifier and Type | Method and Description |
|---|---|
ScaleInPolicy |
ScaleInPolicy.withRules(List<VirtualMachineScaleSetScaleInRules> rules)
Set the rules to be followed when scaling-in a virtual machine scale set.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/