TaskDependencies.TaskIdRanges プロパティ

定義

このタスクが依存するタスク ID 範囲の一覧を取得または設定します。 依存するタスクをスケジュールするには、すべての範囲のすべてのタスクが正常に完了している必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="taskIdRanges")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.TaskIdRange> TaskIdRanges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="taskIdRanges")>]
member this.TaskIdRanges : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.TaskIdRange> with get, set
Public Property TaskIdRanges As IList(Of TaskIdRange)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象