Virtual Machine Scale Set VMProtection Policy Args
data class VirtualMachineScaleSetVMProtectionPolicyArgs(val protectFromScaleIn: Output<Boolean>? = null, val protectFromScaleSetActions: Output<Boolean>? = null) : ConvertibleToJava<VirtualMachineScaleSetVMProtectionPolicyArgs>
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.