MigrateSqlServerSqlMITaskInput interface
將 SQL Server 資料庫移轉至 Azure SQL Database 受控實例的工作輸入。
- Extends
屬性
aad |
Azure Active Directory 功能變數名稱,格式為同盟 Azure AD 的 'contoso.com'或受控網域的 'contoso.onmicrosoft.com',只有在選取 Windows 登入時才需要 |
backup |
要用於儲存備份檔之 Azure 記憶體帳戶容器的 SAS URI。 |
backup |
備份所有選取之資料庫的檔案共享資訊。 |
backup |
備份模式,指定要使用現有的備份或建立新的備份。 如果使用現有的備份,則必須在 selectedDatabases 中提供備份文件路徑。 |
selected |
要移轉的代理程序作業。 |
selected |
要移轉的資料庫 |
selected |
要移轉的登入。 |
started |
移轉開始時相對於UTC的日期和時間 |
繼承的屬性
source |
線上到來源的資訊 |
target |
線上到目標的資訊 |
屬性詳細資料
aadDomainName
Azure Active Directory 功能變數名稱,格式為同盟 Azure AD 的 'contoso.com'或受控網域的 'contoso.onmicrosoft.com',只有在選取 Windows 登入時才需要
aadDomainName?: string
屬性值
string
backupBlobShare
backupFileShare
backupMode
備份模式,指定要使用現有的備份或建立新的備份。 如果使用現有的備份,則必須在 selectedDatabases 中提供備份文件路徑。
backupMode?: string
屬性值
string
selectedAgentJobs
要移轉的代理程序作業。
selectedAgentJobs?: string[]
屬性值
string[]
selectedDatabases
要移轉的資料庫
selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[]
屬性值
selectedLogins
要移轉的登入。
selectedLogins?: string[]
屬性值
string[]
startedOn
移轉開始時相對於UTC的日期和時間
startedOn?: string
屬性值
string
繼承的屬性詳細資料
sourceConnectionInfo
線上到來源的資訊
sourceConnectionInfo: SqlConnectionInfo
屬性值
targetConnectionInfo
線上到目標的資訊
targetConnectionInfo: SqlConnectionInfo