你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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