ILongTermBackUpScheduleDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.LongTermBackUpScheduleDetailsTypeConverter))]
public interface ILongTermBackUpScheduleDetails : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.LongTermBackUpScheduleDetailsTypeConverter))>]
type ILongTermBackUpScheduleDetails = interface
    interface IJsonSerializable
Public Interface ILongTermBackUpScheduleDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
IsDisabled

Indicates if the long-term backup schedule should be deleted. The default value is FALSE.

RepeatCadence

The frequency of the long-term backup schedule

RetentionPeriodInDay

Retention period, in days, for backups.

TimeOfBackup

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.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to