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