Sdílet prostřednictvím


AnalyticsItemsPutResponse type

Obsahuje data odpovědi pro operaci put.

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