Freigeben über


GetApplicationEventListResponse type

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

type GetApplicationEventListResponse = ApplicationEventUnion[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationEventUnion[]
  }
}