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