Delen via


ComponentsListResponse type

Bevat antwoordgegevens voor de lijstbewerking.

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