Share via


VirtualMachineScaleSetVMProtectionPolicy.ProtectFromScaleIn Property

Definition

Gets or sets indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation.

[Newtonsoft.Json.JsonProperty(PropertyName="protectFromScaleIn")]
public bool? ProtectFromScaleIn { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="protectFromScaleIn")>]
member this.ProtectFromScaleIn : Nullable<bool> with get, set
Public Property ProtectFromScaleIn As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to