Migrate Sql Server Sql Db Sync Task Properties Response
data class MigrateSqlServerSqlDbSyncTaskPropertiesResponse(val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: MigrateSqlServerSqlDbSyncTaskInputResponse? = null, val output: List<Any>, val state: String, val taskType: String)
Properties for the task that migrates on-prem SQL Server databases to Azure SQL Database for online migrations
Constructors
Link copied to clipboard
fun MigrateSqlServerSqlDbSyncTaskPropertiesResponse(commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: MigrateSqlServerSqlDbSyncTaskInputResponse? = null, output: List<Any>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard