IntegrationRuntimeDataProxyProperties Class
Data proxy properties for a managed dedicated integration runtime.
Constructor
IntegrationRuntimeDataProxyProperties(*args: Any, **kwargs: Any)
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. |
Attributes
connect_via
The self-hosted integration runtime reference.
connect_via: _models.EntityReference | None
path
The path to contain the staged data in the Blob storage.
path: str | None
staging_linked_service
The staging linked service reference.
staging_linked_service: _models.EntityReference | None