SelfHostedIntegrationRuntime interface

자체 호스팅 통합 런타임.

Extends

속성

linkedInfo

연결된 통합 런타임의 기본 정의입니다.

selfContainedInteractiveAuthoringEnabled

자체 호스팅 통합 런타임이 Azure Relay와의 연결을 설정할 수 없는 경우 대화형 제작 기능을 보장하는 대체 옵션입니다.

type

integration runtime 유형입니다.

상속된 속성

additionalProperties

추가 속성

description

통합 런타임 설명입니다.

속성 세부 정보

linkedInfo

연결된 통합 런타임의 기본 정의입니다.

linkedInfo?: LinkedIntegrationRuntimeTypeUnion

속성 값

selfContainedInteractiveAuthoringEnabled

자체 호스팅 통합 런타임이 Azure Relay와의 연결을 설정할 수 없는 경우 대화형 제작 기능을 보장하는 대체 옵션입니다.

selfContainedInteractiveAuthoringEnabled?: boolean

속성 값

boolean

type

integration runtime 유형입니다.

type: "SelfHosted"

속성 값

"SelfHosted"

상속된 속성 세부 정보

additionalProperties

추가 속성

additionalProperties?: Record<string, any>

속성 값

Record<string, any>

Inherited fromIntegrationRuntime.additionalProperties

description

통합 런타임 설명입니다.

description?: string

속성 값

string

IntegrationRuntime.description 상속된