MigrateMySqlAzureDBForMySqlSyncDatabaseInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET