IntegrationRuntimeDataProxyProperties Class

Data proxy properties for a managed dedicated integration runtime.

Inheritance
azure.mgmt.datafactory._serialization.Model
IntegrationRuntimeDataProxyProperties

Constructor

IntegrationRuntimeDataProxyProperties(*, connect_via: _models.EntityReference | None = None, staging_linked_service: _models.EntityReference | None = None, path: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
connect_via

The self-hosted integration runtime reference.

staging_linked_service

The staging linked service reference.

path
str

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

Variables

Name Description
connect_via

The self-hosted integration runtime reference.

staging_linked_service

The staging linked service reference.

path
str

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