MultiplePipelineTrigger.Pipelines Property

Definition

Gets or sets pipelines that need to be started.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to