Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectToTargetSqlMITaskInput

Package version

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

Hierarchy

  • ConnectToTargetSqlMITaskInput

Index

Properties

Optional collectAgentJobs

collectAgentJobs: undefined | false | true

Flag for whether to collect agent jobs from target SQL MI server. Default value: true.

Optional collectLogins

collectLogins: undefined | false | true

Flag for whether to collect logins from target SQL MI server. Default value: true.

targetConnectionInfo

targetConnectionInfo: SqlConnectionInfo

Connection information for target SQL Server

Optional validateSsisCatalogOnly

validateSsisCatalogOnly: undefined | false | true

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

Generated using TypeDoc