Freigeben über


GetCorrelatedEventListResponse type

Enthält Antwortdaten für den getCorrelatedEventList-Vorgang.

type GetCorrelatedEventListResponse = FabricEventUnion[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FabricEventUnion[]
  }
}