共用方式為


Pool.TaskSlotsPerNode 屬性

定義

取得或設定可用於在集區中單一計算節點上執行並行工作的工作位置數目。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

預設值為 1。 最大值是集區 vmSize 或 256 核心數目的最小 4 倍。

適用於