IntegrationRuntimeDataProxyProperties Class
Data proxy properties for a managed dedicated integration runtime.
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. Default value: None
|
staging_linked_service
|
The staging linked service reference. Default value: None
|
path
|
The path to contain the staged data in the Blob storage. Default value: None
|
Variables
Name | Description |
---|---|
connect_via
|
The self-hosted integration runtime reference. |
staging_linked_service
|
The staging linked service reference. |
path
|
The path to contain the staged data in the Blob storage. |