FavoritesGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type FavoritesGetResponse = ApplicationInsightsComponentFavorite & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentFavorite
}
}