AnalyticsItemsListResponse type

Contains response data for the list operation.

type AnalyticsItemsListResponse =
  ApplicationInsightsComponentAnalyticsItem[] & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentAnalyticsItem[]
    }
  }