FavoritesUpdateResponse type
Innehåller svarsdata för uppdateringsåtgärden.
type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentFavorite
}
}