FavoritesAddResponse type
Contiene i dati di risposta per l'operazione di aggiunta.
type FavoritesAddResponse = ApplicationInsightsComponentFavorite & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentFavorite
}
}