共用方式為


Pool.TaskSchedulingPolicy 屬性

定義

取得或設定工作如何分散到集區中的計算節點。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.taskSchedulingPolicy")]
public Microsoft.Azure.Management.Batch.Models.TaskSchedulingPolicy TaskSchedulingPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.taskSchedulingPolicy")>]
member this.TaskSchedulingPolicy : Microsoft.Azure.Management.Batch.Models.TaskSchedulingPolicy with get, set
Public Property TaskSchedulingPolicy As TaskSchedulingPolicy

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

如果未指定,則預設值為散佈。

適用於