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