Delen via


AnalyticsItemsPutResponse type

Bevat antwoordgegevens voor de putbewerking.

type AnalyticsItemsPutResponse = ApplicationInsightsComponentAnalyticsItem & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentAnalyticsItem
  }
}