IntegrationRuntimeSsisProperties interface
SSIS properties for managed integration runtime.
Properties
catalog |
Catalog information for managed dedicated integration runtime. |
custom |
Custom setup script properties for a managed dedicated integration runtime. |
data |
Data proxy properties for a managed dedicated integration runtime. |
edition | The edition for the SSIS Integration Runtime |
express |
Custom setup without script properties for a SSIS integration runtime. |
license |
License type for bringing your own license scenario. |
Property Details
catalogInfo
Catalog information for managed dedicated integration runtime.
catalogInfo?: IntegrationRuntimeSsisCatalogInfo
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
Azure SDK for JavaScript