Delen via


FavoritesUpdateResponse type

Bevat antwoordgegevens voor de updatebewerking.

type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentFavorite
  }
}