ConnectToTargetSqlMISyncTaskOutputResponse

data class ConnectToTargetSqlMISyncTaskOutputResponse(val targetServerBrandVersion: String, val targetServerVersion: String, val validationErrors: List<ReportableExceptionResponse>)

Output for the task that validates connection to Azure SQL Database Managed Instance.

Constructors

constructor(targetServerBrandVersion: String, targetServerVersion: String, validationErrors: List<ReportableExceptionResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Target server brand version

Link copied to clipboard

Target server version

Link copied to clipboard