Freigeben über


AnalyticsItemsPutResponse type

Enthält Antwortdaten für den Put-Vorgang.

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