Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationInsightsComponentFavorite

Package version

interface

An interface representing ApplicationInsightsComponentFavorite. Properties that define a favorite that is associated to an Application Insights component.

Hierarchy

  • ApplicationInsightsComponentFavorite

Index

Properties

Optional category

category: undefined | string
member

{string} [category] Favorite category, as defined by the user at creation time.

Optional config

config: undefined | string
member

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

Optional favoriteId

favoriteId: undefined | string
member

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

Optional favoriteType

favoriteType: FavoriteType
member

{FavoriteType} [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. Possible values include: 'shared', 'user'

Optional isGeneratedFromTemplate

isGeneratedFromTemplate: undefined | false | true
member

{boolean} [isGeneratedFromTemplate] Flag denoting wether or not this favorite was generated from a template.

Optional name

name: undefined | string
member

{string} [name] The user-defined name of the favorite.

Optional sourceType

sourceType: undefined | string
member

{string} [sourceType] The source of the favorite definition.

Optional tags

tags: string[]
member

{string[]} [tags] A list of 0 or more tags that are associated with this favorite definition

Optional timeModified

timeModified: undefined | string
member

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

Optional userId

userId: undefined | string
member

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

Optional version

version: undefined | string
member

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

Generated using TypeDoc