LongTermBackUpScheduleDetails Class

Definition

Details for the long-term backup schedule.

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

Constructors

Name Description
LongTermBackUpScheduleDetails()

Creates an new LongTermBackUpScheduleDetails instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LongTermBackUpScheduleDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LongTermBackUpScheduleDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ILongTermBackUpScheduleDetails.

FromJsonString(String)

Creates a new instance of LongTermBackUpScheduleDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LongTermBackUpScheduleDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to