CreateLinkedIntegrationRuntimeRequest Class
The linked integration runtime information.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelCreateLinkedIntegrationRuntimeRequest
Constructor
CreateLinkedIntegrationRuntimeRequest(*, name: str | None = None, subscription_id: str | None = None, data_factory_name: str | None = None, data_factory_location: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the linked integration runtime. |
subscription_id
|
The ID of the subscription that the linked integration runtime belongs to. |
data_factory_name
|
The name of the data factory that the linked integration runtime belongs to. |
data_factory_location
|
The location of the data factory that the linked integration runtime belongs to. |
Variables
Name | Description |
---|---|
name
|
The name of the linked integration runtime. |
subscription_id
|
The ID of the subscription that the linked integration runtime belongs to. |
data_factory_name
|
The name of the data factory that the linked integration runtime belongs to. |
data_factory_location
|
The location of the data factory that the linked integration runtime belongs to. |
Azure SDK for Python