ManagedDatabaseUpdate.EarliestRestorePoint Property

Definition

Gets earliest restore point in time for point in time restore.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.earliestRestorePoint")]
public DateTime? EarliestRestorePoint { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.earliestRestorePoint")>]
member this.EarliestRestorePoint : Nullable<DateTime>
Public ReadOnly Property EarliestRestorePoint As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to