次の方法で共有


ComputeNode.SchedulingState プロパティ

定義

コンピューティング ノードをタスクスケジュールに使用できるかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

使用可能な値は次のとおりです: 'enabled'、'disabled'

適用対象