SelfHostedIntegrationRuntime interface
自承载集成运行时。
属性
| linked |
链接集成运行时的基本定义。 |
| self |
当自承载集成运行时无法与 Azure 中继建立连接时,确保交互式创作函数的替代选项。 |
| type | integration runtime 类型。 |
继承属性
| additional |
其他属性 |
| description | 集成运行时说明。 |
属性详细信息
linkedInfo
selfContainedInteractiveAuthoringEnabled
当自承载集成运行时无法与 Azure 中继建立连接时,确保交互式创作函数的替代选项。
selfContainedInteractiveAuthoringEnabled?: boolean
属性值
boolean
type
integration runtime 类型。
type: "SelfHosted"
属性值
"SelfHosted"
继承属性详细信息
additionalProperties
其他属性
additionalProperties?: Record<string, any>
属性值
Record<string, any>