MigrateMySqlAzureDBForMySqlSyncTaskInput Constructor
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.
Initializes a new instance of MigrateMySqlAzureDBForMySqlSyncTaskInput.
public MigrateMySqlAzureDBForMySqlSyncTaskInput(Azure.ResourceManager.DataMigration.Models.DataMigrationMySqlConnectionInfo sourceConnectionInfo, Azure.ResourceManager.DataMigration.Models.DataMigrationMySqlConnectionInfo targetConnectionInfo, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlSyncDatabaseInput> selectedDatabases);
new Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlSyncTaskInput : Azure.ResourceManager.DataMigration.Models.DataMigrationMySqlConnectionInfo * Azure.ResourceManager.DataMigration.Models.DataMigrationMySqlConnectionInfo * seq<Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlSyncDatabaseInput> -> Azure.ResourceManager.DataMigration.Models.MigrateMySqlAzureDBForMySqlSyncTaskInput
Public Sub New (sourceConnectionInfo As DataMigrationMySqlConnectionInfo, targetConnectionInfo As DataMigrationMySqlConnectionInfo, selectedDatabases As IEnumerable(Of MigrateMySqlAzureDBForMySqlSyncDatabaseInput))
Parameters
- sourceConnectionInfo
- DataMigrationMySqlConnectionInfo
Connection information for source MySQL.
- targetConnectionInfo
- DataMigrationMySqlConnectionInfo
Connection information for target Azure Database for MySQL.
- selectedDatabases
- IEnumerable<MigrateMySqlAzureDBForMySqlSyncDatabaseInput>
Databases to migrate.
Exceptions
sourceConnectionInfo, targetConnectionInfo or selectedDatabases is null.