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
fun ValidateMigrationInputSqlServerSqlDbSyncTaskPropertiesResponse(commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: ValidateSyncMigrationInputSqlServerTaskInputResponse? = null, output: List<ValidateSyncMigrationInputSqlServerTaskOutputResponse>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard