Partager via


FavoritesGetResponse type

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

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