Skip to main content

favorites

Overview

Namefavorites
TypeResource
Idazure.application_insights.favorites

Fields

NameDatatypeDescription
CategorystringFavorite category, as defined by the user at creation time.
ConfigstringConfiguration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON
FavoriteIdstringInternally assigned unique id of the favorite definition.
FavoriteTypestringEnum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.
IsGeneratedFromTemplatebooleanFlag denoting wether or not this favorite was generated from a template.
NamestringThe user-defined name of the favorite.
SourceTypestringThe source of the favorite definition.
TagsarrayA list of 0 or more tags that are associated with this favorite definition
TimeModifiedstringDate and time in UTC of the last modification that was made to this favorite definition.
UserIdstringUnique user id of the specific user that owns this favorite.
VersionstringThis instance's version of the data model. This can change as new features are added that can be marked favorite. Current examples include MetricsExplorer (ME) and Search.

Methods

NameAccessible byRequired ParamsDescription
getSELECTfavoriteId, resourceGroupName, resourceName, subscriptionIdGet a single favorite by its FavoriteId, defined within an Application Insights component.
listSELECTresourceGroupName, resourceName, subscriptionIdGets a list of favorites defined within an Application Insights component.
addINSERTfavoriteId, resourceGroupName, resourceName, subscriptionIdAdds a new favorites to an Application Insights component.
deleteDELETEfavoriteId, resourceGroupName, resourceName, subscriptionIdRemove a favorite that is associated to an Application Insights component.
updateEXECfavoriteId, resourceGroupName, resourceName, subscriptionIdUpdates a favorite that has already been added to an Application Insights component.