Validate Migration Input Sql Server Sql MISync Task Properties Response
data class ValidateMigrationInputSqlServerSqlMISyncTaskPropertiesResponse(val clientData: Map<String, String>? = null, val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: ValidateMigrationInputSqlServerSqlMISyncTaskInputResponse? = null, val output: List<ValidateMigrationInputSqlServerSqlMISyncTaskOutputResponse>, val state: String, val taskType: String)
Properties for task that validates migration input for SQL to Azure SQL Database Managed Instance sync scenario
Constructors
Link copied to clipboard
fun ValidateMigrationInputSqlServerSqlMISyncTaskPropertiesResponse(clientData: Map<String, String>? = null, commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: ValidateMigrationInputSqlServerSqlMISyncTaskInputResponse? = null, output: List<ValidateMigrationInputSqlServerSqlMISyncTaskOutputResponse>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard