Sdílet prostřednictvím


ResizeOperationStatus.NodeDeallocationOption Vlastnost

Definice

Získá nebo sady určuje, co dělat s uzlem a jeho spuštěnými úlohami, pokud se velikost fondu snižuje.

[Newtonsoft.Json.JsonProperty(PropertyName="nodeDeallocationOption")]
public Microsoft.Azure.Management.Batch.Models.ComputeNodeDeallocationOption? NodeDeallocationOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nodeDeallocationOption")>]
member this.NodeDeallocationOption : Nullable<Microsoft.Azure.Management.Batch.Models.ComputeNodeDeallocationOption> with get, set
Public Property NodeDeallocationOption As Nullable(Of ComputeNodeDeallocationOption)

Hodnota vlastnosti

Atributy
Newtonsoft.Json.JsonPropertyAttribute

Poznámky

Výchozí hodnota je opětovné zařazení do fronty. Mezi možné hodnoty patří: 'Requeue', 'Terminate', 'TaskCompletion', 'RetainedData'

Platí pro