共用方式為


CloudJobSchedule.PreviousState Property

Definition

Gets or sets the previous state of the Job Schedule.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is not present if the Job Schedule is in its initial active state. Possible values include: 'active', 'completed', 'disabled', 'terminating', 'deleting'

Applies to