Share via


MigrateMySqlAzureDBForMySqlSyncDatabaseInput Class

Definition

Database specific information for MySQL to Azure Database for MySQL migration task inputs.

public class MigrateMySqlAzureDBForMySqlSyncDatabaseInput
type MigrateMySqlAzureDBForMySqlSyncDatabaseInput = class
Public Class MigrateMySqlAzureDBForMySqlSyncDatabaseInput
Inheritance
MigrateMySqlAzureDBForMySqlSyncDatabaseInput

Constructors

MigrateMySqlAzureDBForMySqlSyncDatabaseInput()

Initializes a new instance of MigrateMySqlAzureDBForMySqlSyncDatabaseInput.

Properties

MigrationSetting

Migration settings which tune the migration behavior.

Name

Name of the database.

SourceSetting

Source settings to tune source endpoint migration behavior.

TableMap

Mapping of source to target tables.

TargetDatabaseName

Name of target database. Note: Target database will be truncated before starting migration.

TargetSetting

Target settings to tune target endpoint migration behavior.

Applies to