Share via


JobDetails.JobStages Property

Definition

Gets list of stages that run in the job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to