CreateLinkedIntegrationRuntimeRequest Class
The linked integration runtime information.
Constructor
CreateLinkedIntegrationRuntimeRequest(*args: Any, **kwargs: Any)
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. |
Attributes
data_factory_location
The location of the data factory that the linked integration runtime belongs to.
data_factory_location: str | None
data_factory_name
The name of the data factory that the linked integration runtime belongs to.
data_factory_name: str | None
name
The name of the linked integration runtime.
name: str | None
subscription_id
The ID of the subscription that the linked integration runtime belongs to.
subscription_id: str | None