IntegrationRuntimeDataProxyProperties Class
Data proxy properties for a managed dedicated integration runtime.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelIntegrationRuntimeDataProxyProperties
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
|
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
|
The path to contain the staged data in the Blob storage. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python