SqlServerSqlMISyncTaskInput interface

Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario.

Properties

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

backupFileShare

Backup file share information for all selected databases.

selectedDatabases

Databases to migrate

sourceConnectionInfo

Connection information for source SQL Server

storageResourceId

Fully qualified resourceId of storage

targetConnectionInfo

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