ValidateMigrationInputSqlServerSqlMITaskInput interface
Input for task that validates migration input for SQL to Azure SQL Managed Instance
Properties
backup |
SAS URI of Azure Storage Account Container to be used for storing backup files. |
backup |
Backup file share information for all selected databases. |
backup |
Backup Mode to specify whether to use existing backup or create new backup. |
selected |
Databases to migrate |
selected |
Logins to migrate |
source |
Information for connecting to source |
target |
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
Azure SDK for JavaScript