你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |