VirtualMachineScaleSetVMProtectionPolicy Class
The protection policy of a virtual machine scale set VM.
Constructor
VirtualMachineScaleSetVMProtectionPolicy()
Variables
| Name | Description |
|---|---|
|
protect_from_scale_in
|
Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation. |
|
protect_from_scale_set_actions
|
Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM. |
Attributes
protectFromScaleIn
Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
protectFromScaleIn: bool
protectFromScaleSetActions
Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM.
protectFromScaleSetActions: bool