CreateLinkedIntegrationRuntimeRequest Class    
The linked integration runtime information.
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. Default value: None | 
| subscription_id | The ID of the subscription that the linked integration runtime belongs to. Default value: None | 
| data_factory_name | The name of the data factory that the linked integration runtime belongs to. Default value: None | 
| data_factory_location | The location of the data factory that the linked integration runtime belongs to. Default value: None | 
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. |