Connect To Target Azure Db For My Sql Task Output Response
data class ConnectToTargetAzureDbForMySqlTaskOutputResponse(val databases: List<String>, val id: String, val serverVersion: String, val targetServerBrandVersion: String, val validationErrors: List<ReportableExceptionResponse>)
Output for the task that validates connection to Azure Database for MySQL and target server requirements
Constructors
Link copied to clipboard
fun ConnectToTargetAzureDbForMySqlTaskOutputResponse(databases: List<String>, id: String, serverVersion: String, targetServerBrandVersion: String, validationErrors: List<ReportableExceptionResponse>)