SelfHostedIntegrationRuntime interface

Runtime d’intégration auto-hébergé.

Extends

Propriétés

linkedInfo

La définition de base d’un runtime d’intégration lié.

selfContainedInteractiveAuthoringEnabled

Une option alternative pour garantir une fonction d’auteur interactive lorsque votre runtime d’intégration auto-hébergé ne peut pas établir de connexion avec Azure Relay.

type

Type de runtime d’intégration.

Propriétés héritées

additionalProperties

Propriétés supplémentaires

description

Description du runtime d’intégration.

Détails de la propriété

linkedInfo

La définition de base d’un runtime d’intégration lié.

linkedInfo?: LinkedIntegrationRuntimeTypeUnion

Valeur de propriété

selfContainedInteractiveAuthoringEnabled

Une option alternative pour garantir une fonction d’auteur interactive lorsque votre runtime d’intégration auto-hébergé ne peut pas établir de connexion avec Azure Relay.

selfContainedInteractiveAuthoringEnabled?: boolean

Valeur de propriété

boolean

type

Type de runtime d’intégration.

type: "SelfHosted"

Valeur de propriété

"SelfHosted"

Détails de la propriété héritée

additionalProperties

Propriétés supplémentaires

additionalProperties?: Record<string, any>

Valeur de propriété

Record<string, any>

héritéed’IntegrationRuntime.Properties additionalProperties

description

Description du runtime d’intégration.

description?: string

Valeur de propriété

string

héritéd’IntegrationRuntime.description