Поделиться через


AnalyticsItemsGetResponse type

Содержит данные ответа для операции получения.

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