Compartir a través de


JobStages.StageStatus Propiedad

Definición

Obtiene el estado de la fase de trabajo. Entre los valores posibles se incluyen: '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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a