FavoritesAddResponse type
Bevat antwoordgegevens voor de bewerking toevoegen.
type FavoritesAddResponse = ApplicationInsightsComponentFavorite & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentFavorite
}
}