ValidateSyncMigrationInputSqlServerTaskInput 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 ValidateSyncMigrationInputSqlServerTaskInput.
public ValidateSyncMigrationInputSqlServerTaskInput(Azure.ResourceManager.DataMigration.Models.DataMigrationSqlConnectionInfo sourceConnectionInfo, Azure.ResourceManager.DataMigration.Models.DataMigrationSqlConnectionInfo targetConnectionInfo, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlDBSyncDatabaseInput> selectedDatabases);
new Azure.ResourceManager.DataMigration.Models.ValidateSyncMigrationInputSqlServerTaskInput : Azure.ResourceManager.DataMigration.Models.DataMigrationSqlConnectionInfo * Azure.ResourceManager.DataMigration.Models.DataMigrationSqlConnectionInfo * seq<Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlDBSyncDatabaseInput> -> Azure.ResourceManager.DataMigration.Models.ValidateSyncMigrationInputSqlServerTaskInput
Public Sub New (sourceConnectionInfo As DataMigrationSqlConnectionInfo, targetConnectionInfo As DataMigrationSqlConnectionInfo, selectedDatabases As IEnumerable(Of MigrateSqlServerSqlDBSyncDatabaseInput))
Parameters
- sourceConnectionInfo
- DataMigrationSqlConnectionInfo
Information for connecting to source SQL server.
- targetConnectionInfo
- DataMigrationSqlConnectionInfo
Information for connecting to target.
- selectedDatabases
- IEnumerable<MigrateSqlServerSqlDBSyncDatabaseInput>
Databases to migrate.
Exceptions
sourceConnectionInfo, targetConnectionInfo or selectedDatabases is null.