AnalyticsItemsPutResponse type
Contiene datos de respuesta para la operación put.
type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAnalyticsItem
}
}