VirtualMachineScaleSetVMProtectionPolicyResponse

data class VirtualMachineScaleSetVMProtectionPolicyResponse(val protectFromScaleIn: Boolean? = null, val protectFromScaleSetActions: Boolean? = null)

The protection policy of a virtual machine scale set VM.

Constructors

constructor(protectFromScaleIn: Boolean? = null, protectFromScaleSetActions: Boolean? = null)

Types

Link copied to clipboard
object Companion

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.