IAutonomousDatabaseBackupProperties 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.AutonomousDatabaseBackupPropertiesTypeConverter))]
public interface IAutonomousDatabaseBackupProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDatabaseBackupPropertiesTypeConverter))>]
type IAutonomousDatabaseBackupProperties = interface
interface IJsonSerializable
Public Interface IAutonomousDatabaseBackupProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |