Sdílet prostřednictvím


JobPipelineInformation.Runs Property

Definition

Gets the list of recurrence identifiers representing each run of this pipeline.

[Newtonsoft.Json.JsonProperty(PropertyName="runs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineRunInformation> Runs { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="runs")>]
member this.Runs : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineRunInformation>
Public ReadOnly Property Runs As IList(Of JobPipelineRunInformation)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to