Aracılığıyla paylaş


ManagedIntegrationRuntimeStatus type

Yönetilen tümleştirme çalışma zamanı durumu.

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