Condividi tramite


MigrateMySqlAzureDBForMySqlSyncTaskInput Constructor

Definition

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.

Applies to