다음을 통해 공유


ScaleInPolicy.ForceDeletion Property

Definition

Gets or sets this property allows you to specify if virtual machines chosen for removal have to be force deleted when a virtual machine scale set is being scaled-in.(Feature in Preview)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to