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

TaskDependencies.TaskIdRanges Property

Definition

Gets the list of task IDs that this task depends on. All tasks in this list must complete successfully before the dependent task can be scheduled.

public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Batch.TaskIdRange> TaskIdRanges { get; }
member this.TaskIdRanges : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Batch.TaskIdRange>
Public ReadOnly Property TaskIdRanges As IReadOnlyList(Of TaskIdRange)

Property Value

Applies to