次の方法で共有


ManagedIntegrationRuntimeStatus type

マネージド統合ランタイムの状態。

type ManagedIntegrationRuntimeStatus = IntegrationRuntimeStatus & {
  createTime?: Date
  lastOperation?: ManagedIntegrationRuntimeOperationResult
  nodes?: ManagedIntegrationRuntimeNode[]
  otherErrors?: ManagedIntegrationRuntimeError[]
  type: "Managed"
}