AnalyticsItemsListResponse type
Contiene datos de respuesta para la operación de lista.
type AnalyticsItemsListResponse =
ApplicationInsightsComponentAnalyticsItem[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAnalyticsItem[]
}
}