LinkedIntegrationRuntimeRequest Class
Data factory name for linked integration runtime request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelLinkedIntegrationRuntimeRequest
Constructor
LinkedIntegrationRuntimeRequest(*, linked_factory_name: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
linked_factory_name
|
The data factory name for linked integration runtime. Required. |
Variables
Name | Description |
---|---|
linked_factory_name
|
The data factory name for linked integration runtime. Required. |
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