ConnectToSourceMySqlTaskInput interface

Input for the task that validates MySQL database connection

Properties

checkPermissionsGroup

Permission group for validations. Possible values include: 'Default', 'MigrationFromSqlServerToAzureDB', 'MigrationFromSqlServerToAzureMI', 'MigrationFromMySQLToAzureDBForMySQL'

sourceConnectionInfo

Information for connecting to MySQL source

targetPlatform

Target Platform for the migration. Possible values include: 'SqlServer', 'AzureDbForMySQL'

Property Details

checkPermissionsGroup

Permission group for validations. Possible values include: 'Default', 'MigrationFromSqlServerToAzureDB', 'MigrationFromSqlServerToAzureMI', 'MigrationFromMySQLToAzureDBForMySQL'

checkPermissionsGroup?: ServerLevelPermissionsGroup

Property Value

sourceConnectionInfo

Information for connecting to MySQL source

sourceConnectionInfo: MySqlConnectionInfo

Property Value

targetPlatform

Target Platform for the migration. Possible values include: 'SqlServer', 'AzureDbForMySQL'

targetPlatform?: MySqlTargetPlatformType

Property Value