Freigeben über


ComponentsListNextResponse type

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

type ComponentsListNextResponse = ApplicationInsightsComponentListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentListResult
  }
}