ValidateMigrationInputSqlServerSqlMITaskInput interface

Input for task that validates migration input for SQL to Azure SQL Managed Instance

Properties

backupBlobShare

SAS URI of Azure Storage Account Container to be used for storing backup files.

backupFileShare

Backup file share information for all selected databases.

backupMode

Backup Mode to specify whether to use existing backup or create new backup.

selectedDatabases

Databases to migrate

selectedLogins

Logins to migrate

sourceConnectionInfo

Information for connecting to source

targetConnectionInfo

Information for connecting to target

Property Details

backupBlobShare

SAS URI of Azure Storage Account Container to be used for storing backup files.

backupBlobShare: BlobShare

Property Value

backupFileShare

Backup file share information for all selected databases.

backupFileShare?: FileShare

Property Value

backupMode

Backup Mode to specify whether to use existing backup or create new backup.

backupMode?: string

Property Value

string

selectedDatabases

Databases to migrate

selectedDatabases: MigrateSqlServerSqlMIDatabaseInput[]

Property Value

selectedLogins

Logins to migrate

selectedLogins?: string[]

Property Value

string[]

sourceConnectionInfo

Information for connecting to source

sourceConnectionInfo: SqlConnectionInfo

Property Value

targetConnectionInfo

Information for connecting to target

targetConnectionInfo: SqlConnectionInfo

Property Value