VirtualMachineScaleSetVMProtectionPolicy Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VirtualMachineScaleSetVMProtectionPolicy() |
Initializes a new instance of the VirtualMachineScaleSetVMProtectionPolicy class. |
VirtualMachineScaleSetVMProtectionPolicy(Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the VirtualMachineScaleSetVMProtectionPolicy class. |
VirtualMachineScaleSetVMProtectionPolicy()
Initializes a new instance of the VirtualMachineScaleSetVMProtectionPolicy class.
public VirtualMachineScaleSetVMProtectionPolicy ();
Public Sub New ()
Applies to
VirtualMachineScaleSetVMProtectionPolicy(Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the VirtualMachineScaleSetVMProtectionPolicy class.
public VirtualMachineScaleSetVMProtectionPolicy (bool? protectFromScaleIn = default, bool? protectFromScaleSetActions = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetVMProtectionPolicy : Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetVMProtectionPolicy
Public Sub New (Optional protectFromScaleIn As Nullable(Of Boolean) = Nothing, Optional protectFromScaleSetActions As Nullable(Of Boolean) = Nothing)
Parameters
Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.
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.