共用方式為


CloudJobSchedule.PreviousStateTransitionTime Property

Definition

Gets or sets the time at which the Job Schedule entered its previous state.

[Newtonsoft.Json.JsonProperty(PropertyName="previousStateTransitionTime")]
public DateTime? PreviousStateTransitionTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="previousStateTransitionTime")>]
member this.PreviousStateTransitionTime : Nullable<DateTime> with get, set
Public Property PreviousStateTransitionTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is not present if the Job Schedule is in its initial active state.

Applies to