Migrate Sql Server Sql Db Sync Task Properties Args
data class MigrateSqlServerSqlDbSyncTaskPropertiesArgs(val input: Output<MigrateSqlServerSqlDbSyncTaskInputArgs>? = null, val taskType: Output<String>) : ConvertibleToJava<MigrateSqlServerSqlDbSyncTaskPropertiesArgs>
Properties for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations
Constructors
Link copied to clipboard
constructor(input: Output<MigrateSqlServerSqlDbSyncTaskInputArgs>? = null, taskType: Output<String>)