AnalyticsItemsListResponse type
Contém dados de resposta para a operação de lista.
type AnalyticsItemsListResponse =
ApplicationInsightsComponentAnalyticsItem[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAnalyticsItem[]
}
}