ValidateSyncMigrationInputSqlServerTaskInput interface
Input for task that validates migration input for SQL sync migrations
Properties
selected |
Databases to migrate |
source |
Information for connecting to source SQL server |
target |
Information for connecting to target |
Property Details
selectedDatabases
Databases to migrate
selectedDatabases: MigrateSqlServerSqlDbSyncDatabaseInput[]
Property Value
sourceConnectionInfo
Information for connecting to source SQL server
sourceConnectionInfo: SqlConnectionInfo
Property Value
targetConnectionInfo
Information for connecting to target
targetConnectionInfo: SqlConnectionInfo
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript