Validate Migration Input Sql Server Sql Db Sync Task Properties Response
data class ValidateMigrationInputSqlServerSqlDbSyncTaskPropertiesResponse(val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: ValidateSyncMigrationInputSqlServerTaskInputResponse? = null, val output: List<ValidateSyncMigrationInputSqlServerTaskOutputResponse>, val state: String, val taskType: String)
Properties for task that validates migration input for SQL to Azure SQL DB sync migrations
Constructors
Link copied to clipboard
constructor(commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: ValidateSyncMigrationInputSqlServerTaskInputResponse? = null, output: List<ValidateSyncMigrationInputSqlServerTaskOutputResponse>, state: String, taskType: String)
Properties
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
Task output. This is ignored if submitted.