VirtualMachineScaleSetVMProtectionPolicy Class

The protection policy of a virtual machine scale set VM.

Constructor

VirtualMachineScaleSetVMProtectionPolicy(*args: Any, **kwargs: Any)

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

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_in: bool | None

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.

protect_from_scale_set_actions: bool | None