Partager via


AnalyticsItemsPutResponse type

Contient des données de réponse pour l’opération put.

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