Share via


JobStages.StageStatus Property

Definition

Gets status of the job stage. Possible values include: 'None', 'InProgress', 'Succeeded', 'Failed', 'Cancelled', 'Cancelling', 'SucceededWithErrors', 'WaitingForCustomerAction', 'SucceededWithWarnings', 'WaitingForCustomerActionForKek', 'WaitingForCustomerActionForCleanUp', 'CustomerActionPerformedForCleanUp'

[Newtonsoft.Json.JsonProperty(PropertyName="stageStatus")]
public Microsoft.Azure.Management.DataBox.Models.StageStatus? StageStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stageStatus")>]
member this.StageStatus : Nullable<Microsoft.Azure.Management.DataBox.Models.StageStatus>
Public ReadOnly Property StageStatus As Nullable(Of StageStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to