FavoritesAddResponse type
Obsahuje data odpovědi pro operaci přidání.
type FavoritesAddResponse = ApplicationInsightsComponentFavorite & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentFavorite
}
}