IServerPropertiesForUpdate.BackupEarliestRestoreDate Property

Definition

Earliest restore point creation time (ISO8601 format)

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=false, Description="Earliest restore point creation time (ISO8601 format)", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="earliestRestoreDate", Update=false)]
public DateTime? BackupEarliestRestoreDate { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Create=false, Description="Earliest restore point creation time (ISO8601 format)", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="earliestRestoreDate", Update=false)>]
member this.BackupEarliestRestoreDate : Nullable<DateTime>
Public ReadOnly Property BackupEarliestRestoreDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to