次の方法で共有


JobStatistics.Stages プロパティ

定義

ジョブのステージの一覧を取得します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象