AutonomousDatabaseBackupUpdateProperties Class

Definition

The updatable properties of the AutonomousDatabaseBackup.

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

Constructors

Name Description
AutonomousDatabaseBackupUpdateProperties()

Creates an new AutonomousDatabaseBackupUpdateProperties instance.

Properties

Name Description
RetentionPeriodInDay

Retention period, in days

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutonomousDatabaseBackupUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutonomousDatabaseBackupUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutonomousDatabaseBackupUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to