RestorableDroppedDatabaseProperties interface

可還原的資料庫屬性被刪除了。

屬性

backupStorageRedundancy

用來儲存此資料庫的備份的記憶體帳戶類型。

creationDate

資料庫建立日期(ISO8601格式)。

databaseName

資料庫的名稱。

deletionDate

資料庫的刪除日期(ISO8601格式)。

earliestRestoreDate

資料庫最早的還原日期(ISO8601格式)。

keys

要使用的使用者指派身分識別的資源標識碼

maxSizeBytes

以位元組表示的資料庫大小上限。

屬性詳細資料

backupStorageRedundancy

用來儲存此資料庫的備份的記憶體帳戶類型。

backupStorageRedundancy?: string

屬性值

string

creationDate

資料庫建立日期(ISO8601格式)。

creationDate?: Date

屬性值

Date

databaseName

資料庫的名稱。

databaseName?: string

屬性值

string

deletionDate

資料庫的刪除日期(ISO8601格式)。

deletionDate?: Date

屬性值

Date

earliestRestoreDate

資料庫最早的還原日期(ISO8601格式)。

earliestRestoreDate?: Date

屬性值

Date

keys

要使用的使用者指派身分識別的資源標識碼

keys?: Record<string, DatabaseKey>

屬性值

Record<string, DatabaseKey>

maxSizeBytes

以位元組表示的資料庫大小上限。

maxSizeBytes?: number

屬性值

number