MigrateMySqlAzureDbForMySqlSyncDatabaseInput interface       
Database specific information for MySQL to Azure Database for MySQL migration task inputs
Properties
| migration | Migration settings which tune the migration behavior | 
| name | Name of the database | 
| source | Source settings to tune source endpoint migration behavior | 
| table | Mapping of source to target tables | 
| target | Name of target database. Note: Target database will be truncated before starting migration. | 
| target | Target settings to tune target endpoint migration behavior | 
Property Details
		migrationSetting
	 
	Migration settings which tune the migration behavior
migrationSetting?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}
name
Name of the database
name?: stringProperty Value
string
		sourceSetting
	 
	Source settings to tune source endpoint migration behavior
sourceSetting?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}
		tableMap
	 
	Mapping of source to target tables
tableMap?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}
		targetDatabaseName
	  
	Name of target database. Note: Target database will be truncated before starting migration.
targetDatabaseName?: stringProperty Value
string
		targetSetting
	 
	Target settings to tune target endpoint migration behavior
targetSetting?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}