Bagikan melalui


Pool.TaskSchedulingPolicy Property

Definition

Gets or sets how tasks are distributed across compute nodes in a pool.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

If not specified, the default is spread.

Applies to