Connect To Target Sql MITask Input Response
data class ConnectToTargetSqlMITaskInputResponse(val collectAgentJobs: Boolean? = null, val collectLogins: Boolean? = null, val targetConnectionInfo: SqlConnectionInfoResponse, val validateSsisCatalogOnly: Boolean? = null)
Input for the task that validates connection to Azure SQL Database Managed Instance.
Constructors
Link copied to clipboard
fun ConnectToTargetSqlMITaskInputResponse(collectAgentJobs: Boolean? = null, collectLogins: Boolean? = null, targetConnectionInfo: SqlConnectionInfoResponse, validateSsisCatalogOnly: Boolean? = null)