Share via


BatchTaskSchedulingPolicy.JobDefaultOrder Property

Definition

The order for scheduling tasks from different jobs with the same priority. If not specified, the default is none.

public Azure.Compute.Batch.BatchJobDefaultOrder? JobDefaultOrder { get; set; }
member this.JobDefaultOrder : Nullable<Azure.Compute.Batch.BatchJobDefaultOrder> with get, set
Public Property JobDefaultOrder As Nullable(Of BatchJobDefaultOrder)

Property Value

Applies to