LinuxVirtualMachineScaleSetScaleIn

data class LinuxVirtualMachineScaleSetScaleIn(val forceDeletionEnabled: Boolean? = null, val rule: String? = null)

Constructors

Link copied to clipboard
constructor(forceDeletionEnabled: Boolean? = null, rule: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Should the virtual machines chosen for removal be force deleted when the virtual machine scale set is being scaled-in? Possible values are true or false. Defaults to false.

Link copied to clipboard
val rule: String? = null

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.