次の方法で共有


JobDetails.JobStages プロパティ

定義

ジョブで実行されるステージの一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象