Compartilhar via


FavoritesGetResponse type

Contém dados de resposta para a operação de obtenção.

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