ConnectToTargetSqlMITaskInput interface

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

Properties

collectAgentJobs

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

collectLogins

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

targetConnectionInfo

Connection information for target SQL Server

validateSsisCatalogOnly

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

Property Details

collectAgentJobs

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

collectAgentJobs?: boolean

Property Value

boolean

collectLogins

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

collectLogins?: boolean

Property Value

boolean

targetConnectionInfo

Connection information for target SQL Server

targetConnectionInfo: SqlConnectionInfo

Property Value

validateSsisCatalogOnly

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

validateSsisCatalogOnly?: boolean

Property Value

boolean