次の方法で共有


ChainingTrigger.DependsOn プロパティ

定義

アップストリーム パイプラインを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.dependsOn")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PipelineReference> DependsOn { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.dependsOn")>]
member this.DependsOn : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PipelineReference> with get, set
Public Property DependsOn As IList(Of PipelineReference)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象