ComputeNode.State プロパティ

定義

コンピューティング ノードの現在の状態を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

スポット/低優先度のコンピューティング ノードが割り込まれた。 コンピューティング ノードが割り込まれたときに実行されていたタスクは、別のコンピューティング ノードが使用可能になったときに再スケジュールされます。 使用可能な値には、'idle'、'rebooting'、'reimaging'、'running'、'unusable'、'creating'、'starting'、'waitingForStartTask'、'startTaskFailed'、'unknown'、'leavingPool'、'offline'、'preempted' などがあります。

適用対象