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.
Constructors
Link copied to clipboard
fun VirtualMachineScaleSetVMProtectionPolicyArgs(protectFromScaleIn: Output<Boolean>? = null, protectFromScaleSetActions: Output<Boolean>? = null)