Partager via


ManagedIntegrationRuntimeStatus type

État du runtime d’intégration managé.

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