Migrate Sql Server Sql Db Task Properties Response
data class MigrateSqlServerSqlDbTaskPropertiesResponse(val clientData: Map<String, String>? = null, val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val createdOn: String? = null, val errors: List<ODataErrorResponse>, val input: MigrateSqlServerSqlDbTaskInputResponse? = null, val isCloneable: Boolean? = null, val output: List<Any>, val state: String, val taskId: String? = null, val taskType: String)
Properties for the task that migrates on-prem SQL Server databases to Azure SQL Database
Constructors
Link copied to clipboard
constructor(clientData: Map<String, String>? = null, commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, createdOn: String? = null, errors: List<ODataErrorResponse>, input: MigrateSqlServerSqlDbTaskInputResponse? = null, isCloneable: Boolean? = null, output: List<Any>, state: String, taskId: String? = null, taskType: String)
Properties
Link copied to clipboard
Key value pairs of client data to attach meta data information to task
Link copied to clipboard
val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>
Array of command properties.
Link copied to clipboard
Array of errors. This is ignored if submitted.
Link copied to clipboard
Task input
Link copied to clipboard
whether the task can be cloned or not