次の方法で共有


ComputeNode.RunningTaskSlotsCount プロパティ

定義

コンピューティング ノードで現在ジョブ タスクを実行することによって使用されるスケジュール スロットの合計数を取得または設定します。 これには、ジョブ マネージャー タスクと通常のタスクが含まれますが、ジョブの準備、ジョブリリース、または開始タスクは含まれません。

[Newtonsoft.Json.JsonProperty(PropertyName="runningTaskSlotsCount")]
public int? RunningTaskSlotsCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="runningTaskSlotsCount")>]
member this.RunningTaskSlotsCount : Nullable<int> with get, set
Public Property RunningTaskSlotsCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象