Share via


JobStatistics.Stages Property

Definition

Gets the list of stages for the job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to