Partager via


ComponentsListResponse type

Contient des données de réponse pour l’opération de liste.

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