ManagedIntegrationRuntimeStatus type
受控整合運行時間狀態。
type ManagedIntegrationRuntimeStatus = IntegrationRuntimeStatus & {
createTime?: Date
lastOperation?: ManagedIntegrationRuntimeOperationResult
nodes?: ManagedIntegrationRuntimeNode[]
otherErrors?: ManagedIntegrationRuntimeError[]
type: "Managed"
}