IBackup.EarliestRestoreDate Property

Definition

The earliest restore point time (ISO8601 format) for server.

[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="The earliest restore point time (ISO8601 format) for server.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="earliestRestoreDate")]
public DateTime? EarliestRestoreDate { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="The earliest restore point time (ISO8601 format) for server.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="earliestRestoreDate")>]
member this.EarliestRestoreDate : Nullable<DateTime>
Public ReadOnly Property EarliestRestoreDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to