AnalyticsItemsGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type AnalyticsItemsGetResponse = ApplicationInsightsComponentAnalyticsItem & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAnalyticsItem
}
}