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 the MigrateMySqlAzureDbForMySqlSyncDatabaseInput class. |
MigrateMySqlAzureDbForMySqlSyncDatabaseInput(String, String, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String,String>) |
Initializes a new instance of the MigrateMySqlAzureDbForMySqlSyncDatabaseInput class. |
Properties
MigrationSetting |
Gets or sets migration settings which tune the migration behavior |
Name |
Gets or sets name of the database |
SourceSetting |
Gets or sets source settings to tune source endpoint migration behavior |
TargetDatabaseName |
Gets or sets name of target database. Note: Target database will be truncated before starting migration. |
TargetSetting |
Gets or sets target settings to tune target endpoint migration behavior |