SelfHostedIntegrationRuntime Class   
Self-hosted integration runtime.
All required parameters must be populated in order to send to server.
Constructor
SelfHostedIntegrationRuntime(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, description: str | None = None, linked_info: _models.LinkedIntegrationRuntimeType | None = None, self_contained_interactive_authoring_enabled: bool | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. Default value: None | 
| description | Integration runtime description. Default value: None | 
| linked_info | The base definition of a linked integration runtime. Default value: None | 
| self_contained_interactive_authoring_enabled | An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay. Default value: None | 
Variables
| Name | Description | 
|---|---|
| additional_properties | Unmatched properties from the message are deserialized to this collection. | 
| type | Type of integration runtime. Required. Known values are: "Managed" and "SelfHosted". | 
| description | Integration runtime description. | 
| linked_info | The base definition of a linked integration runtime. | 
| self_contained_interactive_authoring_enabled | An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay. |