Windows Virtual Machine Scale Set Scale In Args
data class WindowsVirtualMachineScaleSetScaleInArgs(val forceDeletionEnabled: Output<Boolean>? = null, val rule: Output<String>? = null) : ConvertibleToJava<WindowsVirtualMachineScaleSetScaleInArgs>
Constructors
Link copied to clipboard
fun WindowsVirtualMachineScaleSetScaleInArgs(forceDeletionEnabled: Output<Boolean>? = null, rule: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The scale-in policy rule that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled in. Possible values for the scale-in policy rules are Default
, NewestVM
and OldestVM
, defaults to Default
. For more information about scale in policy, please refer to this doc.