共用方式為


SelfHostedIntegrationRuntime type

自我裝載整合運行時間。

type SelfHostedIntegrationRuntime = IntegrationRuntime & {
  linkedInfo?: LinkedIntegrationRuntimeTypeUnion
  type: "SelfHosted"
}