IntegrationRuntimeSsisProperties interface

SSIS properties for managed integration runtime.

Properties

catalogInfo

Catalog information for managed dedicated integration runtime.

credential

The credential reference containing authentication information.

customSetupScriptProperties

Custom setup script properties for a managed dedicated integration runtime.

dataProxyProperties

Data proxy properties for a managed dedicated integration runtime.

edition

The edition for the SSIS Integration Runtime

expressCustomSetupProperties

Custom setup without script properties for a SSIS integration runtime.

licenseType

License type for bringing your own license scenario.

packageStores

Package stores for the SSIS Integration Runtime.

Property Details

catalogInfo

Catalog information for managed dedicated integration runtime.

catalogInfo?: IntegrationRuntimeSsisCatalogInfo

Property Value

credential

The credential reference containing authentication information.

credential?: CredentialReference

Property Value

customSetupScriptProperties

Custom setup script properties for a managed dedicated integration runtime.

customSetupScriptProperties?: IntegrationRuntimeCustomSetupScriptProperties

Property Value

dataProxyProperties

Data proxy properties for a managed dedicated integration runtime.

dataProxyProperties?: IntegrationRuntimeDataProxyProperties

Property Value

edition

The edition for the SSIS Integration Runtime

edition?: string

Property Value

string

expressCustomSetupProperties

Custom setup without script properties for a SSIS integration runtime.

expressCustomSetupProperties?: CustomSetupBaseUnion[]

Property Value

licenseType

License type for bringing your own license scenario.

licenseType?: string

Property Value

string

packageStores

Package stores for the SSIS Integration Runtime.

packageStores?: PackageStore[]

Property Value