AutonomousDatabaseBackupProperties Class
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.
AutonomousDatabaseBackup resource model
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDatabaseBackupPropertiesTypeConverter))]
public class AutonomousDatabaseBackupProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IAutonomousDatabaseBackupProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDatabaseBackupPropertiesTypeConverter))>]
type AutonomousDatabaseBackupProperties = class
interface IAutonomousDatabaseBackupProperties
interface IJsonSerializable
Public Class AutonomousDatabaseBackupProperties
Implements IAutonomousDatabaseBackupProperties
- Inheritance
-
AutonomousDatabaseBackupProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AutonomousDatabaseBackupProperties() |
Creates an new AutonomousDatabaseBackupProperties instance. |
Properties
| Name | Description |
|---|---|
| AutonomousDatabaseOcid |
The OCID of the Autonomous Database. |
| BackupType |
The type of backup. |
| DatabaseSizeInTb |
The size of the database in terabytes at the time the backup was taken. |
| DbVersion |
A valid Oracle Database version for Autonomous Database. |
| DisplayName |
The user-friendly name for the backup. The name does not have to be unique. |
| IsAutomatic |
Indicates whether the backup is user-initiated or automatic. |
| IsRestorable |
Indicates whether the backup can be used to restore the associated Autonomous Database. |
| LifecycleDetail |
Additional information about the current lifecycle state. |
| LifecycleState |
The current state of the backup. |
| Ocid |
The OCID of the Autonomous Database backup. |
| ProvisioningState |
Azure resource provisioning state. |
| RetentionPeriodInDay |
Retention period, in days |
| SizeInTb |
The backup size in terabytes (TB). |
| TimeAvailableTil |
Timestamp until when the backup will be available. |
| TimeEnded |
The date and time the backup completed. |
| TimeStarted |
The date and time the backup started. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AutonomousDatabaseBackupProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AutonomousDatabaseBackupProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IAutonomousDatabaseBackupProperties. |
| FromJsonString(String) |
Creates a new instance of AutonomousDatabaseBackupProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AutonomousDatabaseBackupProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |