Compartir a través de


CloudJob.PreviousState Propiedad

Definición

Obtiene el estado anterior del trabajo.

public Microsoft.Azure.Batch.Common.JobState? PreviousState { get; }
member this.PreviousState : Nullable<Microsoft.Azure.Batch.Common.JobState>
Public ReadOnly Property PreviousState As Nullable(Of JobState)

Valor de propiedad

Comentarios

Si el trabajo está en su estado inicial Active , no se define la propiedad PreviousState.

Se aplica a