BatchTaskSchedulingPolicy.JobDefaultOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)