ChainingTrigger.DependsOn Property

Definition

Gets or sets upstream Pipelines.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to