AnalyticsItemsGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAnalyticsItem
}
}