Share via


ChainingTrigger.Pipeline Property

Definition

Gets or sets pipeline for which runs are created when all upstream pipelines complete successfully.

[Newtonsoft.Json.JsonProperty(PropertyName="pipeline")]
public Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference Pipeline { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pipeline")>]
member this.Pipeline : Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference with get, set
Public Property Pipeline As TriggerPipelineReference

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to