VirtualMachineScaleSetVMProtectionPolicy interface
The protection policy of a virtual machine scale set VM.
Properties
protect |
Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation. |
protect |
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. |
Property Details
protectFromScaleIn
Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
protectFromScaleIn?: boolean
Property Value
boolean
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?: boolean
Property Value
boolean