Package version:

Interface VirtualMachineScaleSetVMProtectionPolicy

The protection policy of a virtual machine scale set VM.

interface VirtualMachineScaleSetVMProtectionPolicy {
    protectFromScaleIn?: boolean;
    protectFromScaleSetActions?: boolean;
}

Properties

protectFromScaleIn?: boolean

Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.

protectFromScaleSetActions?: boolean

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.