共用方式為


MigrateSqlServerSqlMITaskInput interface

將 SQL Server 資料庫移轉至 Azure SQL Database 受控實例的工作輸入。

Extends

屬性

aadDomainName

Azure Active Directory 功能變數名稱,格式為同盟 Azure AD 的 'contoso.com'或受控網域的 'contoso.onmicrosoft.com',只有在選取 Windows 登入時才需要

backupBlobShare

要用於儲存備份檔之 Azure 記憶體帳戶容器的 SAS URI。

backupFileShare

備份所有選取之資料庫的檔案共享資訊。

backupMode

備份模式,指定要使用現有的備份或建立新的備份。 如果使用現有的備份,則必須在 selectedDatabases 中提供備份文件路徑。

selectedAgentJobs

要移轉的代理程序作業。

selectedDatabases

要移轉的資料庫

selectedLogins

要移轉的登入。

startedOn

移轉開始時相對於UTC的日期和時間

繼承的屬性

sourceConnectionInfo

線上到來源的資訊

targetConnectionInfo

線上到目標的資訊

屬性詳細資料

aadDomainName

Azure Active Directory 功能變數名稱,格式為同盟 Azure AD 的 'contoso.com'或受控網域的 'contoso.onmicrosoft.com',只有在選取 Windows 登入時才需要

aadDomainName?: string

屬性值

string

backupBlobShare

要用於儲存備份檔之 Azure 記憶體帳戶容器的 SAS URI。

backupBlobShare: BlobShare

屬性值

backupFileShare

備份所有選取之資料庫的檔案共享資訊。

backupFileShare?: FileShare

屬性值

backupMode

備份模式,指定要使用現有的備份或建立新的備份。 如果使用現有的備份,則必須在 selectedDatabases 中提供備份文件路徑。

backupMode?: string

屬性值

string

selectedAgentJobs

要移轉的代理程序作業。

selectedAgentJobs?: string[]

屬性值

string[]

selectedDatabases

要移轉的資料庫

selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[]

屬性值

selectedLogins

要移轉的登入。

selectedLogins?: string[]

屬性值

string[]

startedOn

移轉開始時相對於UTC的日期和時間

startedOn?: string

屬性值

string

繼承的屬性詳細資料

sourceConnectionInfo

線上到來源的資訊

sourceConnectionInfo: SqlConnectionInfo

屬性值

繼承自sqlMigrationTaskInput.sourceConnectionInfo

targetConnectionInfo

線上到目標的資訊

targetConnectionInfo: SqlConnectionInfo

屬性值

繼承自sqlMigrationTaskInput.targetConnectionInfo