Migrate Sql Server Sql MISync Task Input Args
data class MigrateSqlServerSqlMISyncTaskInputArgs(val azureApp: Output<AzureActiveDirectoryAppArgs>, val backupFileShare: Output<FileShareArgs>? = null, val numberOfParallelDatabaseMigrations: Output<Double>? = null, val selectedDatabases: Output<List<MigrateSqlServerSqlMIDatabaseInputArgs>>, val sourceConnectionInfo: Output<SqlConnectionInfoArgs>, val storageResourceId: Output<String>, val targetConnectionInfo: Output<MiSqlConnectionInfoArgs>) : ConvertibleToJava<MigrateSqlServerSqlMISyncTaskInputArgs>
Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario.
Constructors
Link copied to clipboard
constructor(azureApp: Output<AzureActiveDirectoryAppArgs>, backupFileShare: Output<FileShareArgs>? = null, numberOfParallelDatabaseMigrations: Output<Double>? = null, selectedDatabases: Output<List<MigrateSqlServerSqlMIDatabaseInputArgs>>, sourceConnectionInfo: Output<SqlConnectionInfoArgs>, storageResourceId: Output<String>, targetConnectionInfo: Output<MiSqlConnectionInfoArgs>)
Properties
Link copied to clipboard
Azure Active Directory Application the DMS (classic) instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account
Link copied to clipboard
Backup file share information for all selected databases.
Link copied to clipboard
Number of database migrations to start in parallel
Link copied to clipboard
Databases to migrate
Link copied to clipboard
Connection information for source SQL Server
Link copied to clipboard
Fully qualified resourceId of storage
Link copied to clipboard
Connection information for Azure SQL Database Managed Instance