ConnectToTargetSqlMITaskInputArgs

data class ConnectToTargetSqlMITaskInputArgs(val collectAgentJobs: Output<Boolean>? = null, val collectLogins: Output<Boolean>? = null, val targetConnectionInfo: Output<SqlConnectionInfoArgs>, val validateSsisCatalogOnly: Output<Boolean>? = null) : ConvertibleToJava<ConnectToTargetSqlMITaskInputArgs>

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

Constructors

Link copied to clipboard
constructor(collectAgentJobs: Output<Boolean>? = null, collectLogins: Output<Boolean>? = null, targetConnectionInfo: Output<SqlConnectionInfoArgs>, validateSsisCatalogOnly: Output<Boolean>? = null)

Properties

Link copied to clipboard
val collectAgentJobs: Output<Boolean>? = null

Flag for whether to collect agent jobs from target SQL MI server.

Link copied to clipboard
val collectLogins: Output<Boolean>? = null

Flag for whether to collect logins from target SQL MI server.

Link copied to clipboard

Connection information for target SQL Server

Link copied to clipboard
val validateSsisCatalogOnly: Output<Boolean>? = null

Flag for whether to validate SSIS catalog is reachable on the target SQL MI server.

Functions

Link copied to clipboard
open override fun toJava(): ConnectToTargetSqlMITaskInputArgs