GetFavoriteResult

data class GetFavoriteResult(val azureApiVersion: String, val category: String? = null, val config: String? = null, val favoriteId: String, val favoriteType: String? = null, val isGeneratedFromTemplate: Boolean? = null, val name: String? = null, val sourceType: String? = null, val tags: List<String>? = null, val timeModified: String, val userId: String, val version: String? = null)

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

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, category: String? = null, config: String? = null, favoriteId: String, favoriteType: String? = null, isGeneratedFromTemplate: Boolean? = null, name: String? = null, sourceType: String? = null, tags: List<String>? = null, timeModified: String, userId: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val category: String? = null

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

Link copied to clipboard
val config: String? = null

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

Link copied to clipboard

Internally assigned unique id of the favorite definition.

Link copied to clipboard
val favoriteType: String? = null

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.

Link copied to clipboard

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

Link copied to clipboard
val name: String? = null

The user-defined name of the favorite.

Link copied to clipboard
val sourceType: String? = null

The source of the favorite definition.

Link copied to clipboard
val tags: List<String>? = null

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

Link copied to clipboard

Date and time in UTC of the last modification that was made to this favorite definition.

Link copied to clipboard

Unique user id of the specific user that owns this favorite.

Link copied to clipboard
val version: String? = null

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.