Compartilhar via


ComponentsListResponse type

Contém dados de resposta para a operação de lista.

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