Partilhar via


AnalyticsItemsGetResponse type

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

type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentAnalyticsItem
  }
}