FavoritesGetResponse type
Contains response data for the get operation.
type FavoritesGetResponse = ApplicationInsightsComponentFavorite & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentFavorite
}
}