ApplicationInsightsComponentFavorite interface

Properties that define a favorite that is associated to an Application Insights component.

Properties

category

Favorite category, as defined by the user at creation time.

config

Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON

favoriteId

Internally assigned unique id of the favorite definition. NOTE: This property will not be serialized. It can only be populated by the server.

favoriteType

Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.

isGeneratedFromTemplate

Flag denoting wether or not this favorite was generated from a template.

name

The user-defined name of the favorite.

sourceType

The source of the favorite definition.

tags

A list of 0 or more tags that are associated with this favorite definition

timeModified

Date and time in UTC of the last modification that was made to this favorite definition. NOTE: This property will not be serialized. It can only be populated by the server.

userId

Unique user id of the specific user that owns this favorite. NOTE: This property will not be serialized. It can only be populated by the server.

version

This 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.

Property Details

category

Favorite category, as defined by the user at creation time.

category?: string

Property Value

string

config

Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON

config?: string

Property Value

string

favoriteId

Internally assigned unique id of the favorite definition. NOTE: This property will not be serialized. It can only be populated by the server.

favoriteId?: string

Property Value

string

favoriteType

Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.

favoriteType?: FavoriteType

Property Value

isGeneratedFromTemplate

Flag denoting wether or not this favorite was generated from a template.

isGeneratedFromTemplate?: boolean

Property Value

boolean

name

The user-defined name of the favorite.

name?: string

Property Value

string

sourceType

The source of the favorite definition.

sourceType?: string

Property Value

string

tags

A list of 0 or more tags that are associated with this favorite definition

tags?: string[]

Property Value

string[]

timeModified

Date and time in UTC of the last modification that was made to this favorite definition. NOTE: This property will not be serialized. It can only be populated by the server.

timeModified?: string

Property Value

string

userId

Unique user id of the specific user that owns this favorite. NOTE: This property will not be serialized. It can only be populated by the server.

userId?: string

Property Value

string

version

This 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.

version?: string

Property Value

string