Package version:

Interface IntegrationRuntimeDataProxyProperties

Data proxy properties for a managed dedicated integration runtime.

interface IntegrationRuntimeDataProxyProperties {
    connectVia?: EntityReference;
    path?: string;
    stagingLinkedService?: EntityReference;
}

Properties

connectVia?: EntityReference

The self-hosted integration runtime reference.

path?: string

The path to contain the staged data in the Blob storage.

stagingLinkedService?: EntityReference

The staging linked service reference.