Virtual Machine Scale Set VMProtection Policy Response
data class VirtualMachineScaleSetVMProtectionPolicyResponse(val protectFromScaleIn: Boolean? = null, val protectFromScaleSetActions: Boolean? = null)
The protection policy of a virtual machine scale set VM.
Properties
Link copied to clipboard
Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
Link copied to clipboard
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.