IServerForUpdate.BackupEarliestRestoreDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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? BackupEarliestRestoreDate { 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.BackupEarliestRestoreDate : Nullable<DateTime>
Public ReadOnly Property BackupEarliestRestoreDate As Nullable(Of DateTime)
Property Value
- Attributes