VirtualMachineScaleSetVMProtectionPolicy Class

The protection policy of a virtual machine scale set VM.

Inheritance
azure.mgmt.compute._serialization.Model
VirtualMachineScaleSetVMProtectionPolicy

Constructor

VirtualMachineScaleSetVMProtectionPolicy(*, protect_from_scale_in: bool | None = None, protect_from_scale_set_actions: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

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.

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.