共用方式為


MigrateSqlServerSqlMIDatabaseInput interface

SQL 到 Azure SQL DB 受控實例移轉工作輸入的資料庫特定資訊

屬性

backupFilePaths

要用於現有備份的備份檔案清單。

backupFileShare

備份此資料庫的備份文件共享資訊。

id

資料庫的標識碼

name

資料庫的名稱

restoreDatabaseName

目的地的資料庫名稱

屬性詳細資料

backupFilePaths

要用於現有備份的備份檔案清單。

backupFilePaths?: string[]

屬性值

string[]

backupFileShare

備份此資料庫的備份文件共享資訊。

backupFileShare?: FileShare

屬性值

id

資料庫的標識碼

id?: string

屬性值

string

name

資料庫的名稱

name: string

屬性值

string

restoreDatabaseName

目的地的資料庫名稱

restoreDatabaseName: string

屬性值

string