Migrate My Sql Azure Db For My Sql Offline Task Properties Response
data class MigrateMySqlAzureDbForMySqlOfflineTaskPropertiesResponse(val clientData: Map<String, String>? = null, val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: MigrateMySqlAzureDbForMySqlOfflineTaskInputResponse? = null, val output: List<Any>, val state: String, val taskType: String)
Properties for the task that migrates MySQL databases to Azure Database for MySQL for offline migrations
Constructors
Link copied to clipboard
fun MigrateMySqlAzureDbForMySqlOfflineTaskPropertiesResponse(clientData: Map<String, String>? = null, commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: MigrateMySqlAzureDbForMySqlOfflineTaskInputResponse? = null, output: List<Any>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard