Package version:

Interface IntegrationRuntimeSsisProperties

SSIS properties for managed integration runtime.

interface IntegrationRuntimeSsisProperties {
    catalogInfo?: IntegrationRuntimeSsisCatalogInfo;
    credential?: CredentialReference;
    customSetupScriptProperties?: IntegrationRuntimeCustomSetupScriptProperties;
    dataProxyProperties?: IntegrationRuntimeDataProxyProperties;
    edition?: string;
    expressCustomSetupProperties?: CustomSetupBaseUnion[];
    licenseType?: string;
    packageStores?: PackageStore[];
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

Catalog information for managed dedicated integration runtime.

credential?: CredentialReference

The credential reference containing authentication information.

customSetupScriptProperties?: IntegrationRuntimeCustomSetupScriptProperties

Custom setup script properties for a managed dedicated integration runtime.

Data proxy properties for a managed dedicated integration runtime.

edition?: string

The edition for the SSIS Integration Runtime

expressCustomSetupProperties?: CustomSetupBaseUnion[]

Custom setup without script properties for a SSIS integration runtime.

licenseType?: string

License type for bringing your own license scenario.

packageStores?: PackageStore[]

Package stores for the SSIS Integration Runtime.