AnalyticsItemsGetResponse type
Innehåller svarsdata för get-åtgärden.
type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAnalyticsItem
}
}