IAutonomousDatabaseBackup Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDatabaseBackupTypeConverter))]
public interface IAutonomousDatabaseBackup : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDatabaseBackupTypeConverter))>]
type IAutonomousDatabaseBackup = interface
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
Public Interface IAutonomousDatabaseBackup
Implements IProxyResource
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.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from IResource)
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.

Name

The name of the resource

(Inherited from IResource)
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).

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
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.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to