ApplicationInsightsComponentFavorite.FavoriteType Property

Definition

Gets or sets 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'

[Newtonsoft.Json.JsonProperty(PropertyName="FavoriteType")]
public Microsoft.Azure.Management.ApplicationInsights.Management.Models.FavoriteType? FavoriteType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="FavoriteType")>]
member this.FavoriteType : Nullable<Microsoft.Azure.Management.ApplicationInsights.Management.Models.FavoriteType> with get, set
Public Property FavoriteType As Nullable(Of FavoriteType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to