Package version:

Interface ManagedDatabaseUpdate

An managed database update.

Hierarchy

  • ManagedDatabaseUpdate

Properties

autoCompleteRestore?: boolean

Whether to auto complete restore of this managed database.

catalogCollation?: string

Collation of the metadata catalog.

collation?: string

Collation of the managed database.

createMode?: string

Managed database create mode. PointInTimeRestore: Create a database by restoring a point in time backup of an existing database. SourceDatabaseName, SourceManagedInstanceName and PointInTime must be specified. RestoreExternalBackup: Create a database by restoring from external backup files. Collation, StorageContainerUri and StorageContainerSasToken must be specified. Recovery: Creates a database by restoring a geo-replicated backup. RecoverableDatabaseId must be specified as the recoverable database resource ID to restore. RestoreLongTermRetentionBackup: Create a database by restoring from a long term retention backup (longTermRetentionBackupResourceId required).

creationDate?: Date

Creation date of the database. NOTE: This property will not be serialized. It can only be populated by the server.

crossSubscriptionRestorableDroppedDatabaseId?: string

The restorable cross-subscription dropped database resource id to restore when creating this database.

crossSubscriptionSourceDatabaseId?: string

The resource identifier of the cross-subscription source database associated with create operation of this database.

crossSubscriptionTargetManagedInstanceId?: string

Target managed instance id used in cross-subscription restore.

defaultSecondaryLocation?: string

Geo paired region. NOTE: This property will not be serialized. It can only be populated by the server.

earliestRestorePoint?: Date

Earliest restore point in time for point in time restore. NOTE: This property will not be serialized. It can only be populated by the server.

failoverGroupId?: string

Instance Failover Group resource identifier that this managed database belongs to. NOTE: This property will not be serialized. It can only be populated by the server.

lastBackupName?: string

Last backup file name for restore of this managed database.

longTermRetentionBackupResourceId?: string

The name of the Long Term Retention backup to be used for restore of this managed database.

recoverableDatabaseId?: string

The resource identifier of the recoverable database associated with create operation of this database.

restorableDroppedDatabaseId?: string

The restorable dropped database resource id to restore when creating this database.

restorePointInTime?: Date

Conditional. If createMode is PointInTimeRestore, this value is required. Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.

sourceDatabaseId?: string

The resource identifier of the source database associated with create operation of this database.

status?: string

Status of the database. NOTE: This property will not be serialized. It can only be populated by the server.

storageContainerIdentity?: string

Conditional. If createMode is RestoreExternalBackup, this value is used. Specifies the identity used for storage container authentication. Can be 'SharedAccessSignature' or 'ManagedIdentity'; if not specified 'SharedAccessSignature' is assumed.

storageContainerSasToken?: string

Conditional. If createMode is RestoreExternalBackup and storageContainerIdentity is not ManagedIdentity, this value is required. Specifies the storage container sas token.

storageContainerUri?: string

Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored.

tags?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc