SelfHostedIntegrationRuntime interface

Self-hosted integration runtime.

Extends

Properties

linkedInfo

The base definition of a linked integration runtime.

selfContainedInteractiveAuthoringEnabled

An alternative option to ensure interactive authoring function when your self-hosted integration runtime is unable to establish a connection with Azure Relay.

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited 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

Polymorphic discriminator, which specifies the different types this object can be

type: "SelfHosted"

Property Value

"SelfHosted"

Inherited Property Details

description

Integration runtime description.

description?: string

Property Value

string

Inherited From IntegrationRuntime.description