FavoritesUpdateResponse type
Enthält Antwortdaten für den Aktualisierungsvorgang.
type FavoritesUpdateResponse = ApplicationInsightsComponentFavorite & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentFavorite
}
}