共用方式為


AnalyticsItemsListResponse type

包含清單作業的回應資料。

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