TriggerRun.TriggeredPipelines Property

Definition

Gets list of pipeline name and run Id triggered by the trigger run.

[Newtonsoft.Json.JsonProperty(PropertyName="triggeredPipelines")]
public System.Collections.Generic.IDictionary<string,string> TriggeredPipelines { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="triggeredPipelines")>]
member this.TriggeredPipelines : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property TriggeredPipelines As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to