共用方式為


TaskSchedulingPolicy.NodeFillType 屬性

定義

取得或設定工作應該如何分散到計算節點。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

可能的值包括:'Spread'、'Pack'

適用於