BackupPolicy.NextBackupTime Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to