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