SelfHostedIntegrationRuntime Class
Self-hosted integration runtime.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.IntegrationRuntimeSelfHostedIntegrationRuntime
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. |
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. |
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. |
Azure SDK for Python