Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ScaleInPolicy |
VirtualMachineScaleSetInner.scaleInPolicy()
Get the scaleInPolicy property: Specifies the scale-in policy that decides which virtual machines are chosen for
removal when a Virtual Machine Scale Set is scaled-in.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetInner |
VirtualMachineScaleSetInner.withScaleInPolicy(ScaleInPolicy scaleInPolicy)
Set the scaleInPolicy property: Specifies the scale-in policy that decides which virtual machines are chosen for
removal when a Virtual Machine Scale Set is scaled-in.
|
Modifier and Type | Method and Description |
---|---|
ScaleInPolicy |
VirtualMachineScaleSetUpdate.scaleInPolicy()
Get the scaleInPolicy property: 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 property: 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 the scaleInPolicy property: Specifies the scale-in policy that decides which virtual machines are chosen for
removal when a Virtual Machine Scale Set is scaled-in.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.