ILongTermBackUpScheduleDetails Interface
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.
[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 |
| 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) |