Dela via


ComponentsListNextResponse type

Innehåller svarsdata för listNästa åtgärden.

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