次の方法で共有


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'

適用対象