IAutonomousDatabaseUpdate.LongTermBackupScheduleTimeOfBackup Property

Definition

The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="timeOfBackup", Update=true)]
public DateTime? LongTermBackupScheduleTimeOfBackup { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="timeOfBackup", Update=true)>]
member this.LongTermBackupScheduleTimeOfBackup : Nullable<DateTime> with get, set
Public Property LongTermBackupScheduleTimeOfBackup As Nullable(Of DateTime)

Property Value

Attributes

Applies to