SelfHostedIntegrationRuntime interface
Self-hosted integration runtime.
- Extends
Properties
| linked |
The base definition of a linked integration runtime. |
| self |
An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay. |
| type | Type of integration runtime. |
Inherited Properties
| additional |
Additional properties |
| description | Integration runtime description. |
Property Details
linkedInfo
The base definition of a linked integration runtime.
linkedInfo?: LinkedIntegrationRuntimeTypeUnion
Property Value
selfContainedInteractiveAuthoringEnabled
An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.
selfContainedInteractiveAuthoringEnabled?: boolean
Property Value
boolean
type
Type of integration runtime.
type: "SelfHosted"
Property Value
"SelfHosted"
Inherited Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
Inherited From IntegrationRuntime.additionalProperties
description
Integration runtime description.
description?: string
Property Value
string
Inherited From IntegrationRuntime.description