次の方法で共有


ResizeOperationStatus.NodeDeallocationOption プロパティ

定義

プール のサイズが小さくなっている場合にノードとその実行中のタスクの処理を決定する値を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

既定値は requeue です。 指定できる値は、'Requeue'、'Terminate'、'TaskCompletion'、'RetainedData' です。

適用対象