MigrateMySqlAzureDbForMySqlOfflineTaskInput interface

Input for the task that migrates MySQL databases to Azure Database for MySQL for offline migrations

Properties

makeSourceServerReadOnly

Setting to set the source server read only

optionalAgentSettings

Optional parameters for fine tuning the data transfer rate during migration

selectedDatabases

Databases to migrate

sourceConnectionInfo

Connection information for source MySQL

startedOn

Parameter to specify when the migration started

targetConnectionInfo

Connection information for target Azure Database for MySQL

Property Details

makeSourceServerReadOnly

Setting to set the source server read only

makeSourceServerReadOnly?: boolean

Property Value

boolean

optionalAgentSettings

Optional parameters for fine tuning the data transfer rate during migration

optionalAgentSettings?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

selectedDatabases

Databases to migrate

selectedDatabases: MigrateMySqlAzureDbForMySqlOfflineDatabaseInput[]

Property Value

sourceConnectionInfo

Connection information for source MySQL

sourceConnectionInfo: MySqlConnectionInfo

Property Value

startedOn

Parameter to specify when the migration started

startedOn?: Date

Property Value

Date

targetConnectionInfo

Connection information for target Azure Database for MySQL

targetConnectionInfo: MySqlConnectionInfo

Property Value