Dela via


ComponentsListResponse type

Innehåller svarsdata för liståtgärden.

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