SqlServerSqlMISyncTaskInput interface
Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario.
Properties
azure |
Azure Active Directory Application the DMS instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account |
backup |
Backup file share information for all selected databases. |
selected |
Databases to migrate |
source |
Connection information for source SQL Server |
storage |
Fully qualified resourceId of storage |
target |
Connection information for Azure SQL Database Managed Instance |
Property Details
azureApp
Azure Active Directory Application the DMS instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account
azureApp: AzureActiveDirectoryApp
Property Value
backupFileShare
Backup file share information for all selected databases.
backupFileShare?: FileShare
Property Value
selectedDatabases
Databases to migrate
selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[]
Property Value
sourceConnectionInfo
Connection information for source SQL Server
sourceConnectionInfo: SqlConnectionInfo
Property Value
storageResourceId
Fully qualified resourceId of storage
storageResourceId: string
Property Value
string
targetConnectionInfo
Connection information for Azure SQL Database Managed Instance
targetConnectionInfo: MiSqlConnectionInfo
Property Value
Azure SDK for JavaScript