Megosztás a következőn keresztül:


BackupSchedule.LastSuccessfulRun Property

Definition

Gets the last successful backup run which was triggered for the schedule.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to