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