Get Favorite Result
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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Internally assigned unique id of the favorite definition.
Link copied to clipboard
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
The source of the favorite definition.
Link copied to clipboard
Date and time in UTC of the last modification that was made to this favorite definition.