AnalyticsItemsPutResponse type
Contains response data for the put operation.
type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAnalyticsItem
}
}