Compartilhar via


CloudJobSchedule.PreviousState Propriedade

Definição

Obtém ou define o estado anterior da Agenda de Trabalho.

[Newtonsoft.Json.JsonProperty(PropertyName="previousState")]
public Microsoft.Azure.Batch.Protocol.Models.JobScheduleState? PreviousState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="previousState")>]
member this.PreviousState : Nullable<Microsoft.Azure.Batch.Protocol.Models.JobScheduleState> with get, set
Public Property PreviousState As Nullable(Of JobScheduleState)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Essa propriedade não estará presente se a Agenda de Trabalho estiver em seu estado ativo inicial. Os valores possíveis incluem: 'active', 'completed', 'disabled', 'terminating', 'deleting'

Aplica-se a