IServerPropertiesForRestore.RestorePointInTime Property

Definition

Restore point creation time (ISO8601 format), specifying the time to restore from.

[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Restore point creation time (ISO8601 format), specifying the time to restore from.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=true, SerializedName="restorePointInTime")]
public DateTime RestorePointInTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.Info(Description="Restore point creation time (ISO8601 format), specifying the time to restore from.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=true, SerializedName="restorePointInTime")>]
member this.RestorePointInTime : DateTime with get, set
Public Property RestorePointInTime As DateTime

Property Value

Attributes

Applies to