BackupPolicy.LastBackupTime Property

Definition

Gets the time of the last backup for the backup policy.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to