Share via


TaskSchedulingPolicy.NodeFillType Property

Definition

Gets or sets how tasks should be distributed across compute nodes.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'Spread', 'Pack'

Applies to