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