ConnectToTargetSqlSqlDbSyncTaskInputResponse

data class ConnectToTargetSqlSqlDbSyncTaskInputResponse(val sourceConnectionInfo: SqlConnectionInfoResponse, val targetConnectionInfo: SqlConnectionInfoResponse)

Input for the task that validates connection to Azure SQL DB and target server requirements

Constructors

constructor(sourceConnectionInfo: SqlConnectionInfoResponse, targetConnectionInfo: SqlConnectionInfoResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connection information for source SQL Server

Link copied to clipboard

Connection information for target SQL DB