Package version:

Interface SelfHostedIntegrationRuntime

Self-hosted integration runtime.

interface SelfHostedIntegrationRuntime {
    description?: string;
    linkedInfo?: LinkedIntegrationRuntimeTypeUnion;
    selfContainedInteractiveAuthoringEnabled?: boolean;
    type: "SelfHosted";
}

Hierarchy (view full)

Properties

description?: string

Integration runtime description.

The base definition of a linked integration runtime.

selfContainedInteractiveAuthoringEnabled?: boolean

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