ApplicationInsightsComponentFavorite Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ApplicationInsightsComponentFavorite() |
Initializes a new instance of the ApplicationInsightsComponentFavorite class. |
ApplicationInsightsComponentFavorite(String, String, String, String, Nullable<FavoriteType>, String, String, IList<String>, String, Nullable<Boolean>, String) |
Initializes a new instance of the ApplicationInsightsComponentFavorite class. |
ApplicationInsightsComponentFavorite()
Initializes a new instance of the ApplicationInsightsComponentFavorite class.
public ApplicationInsightsComponentFavorite ();
Public Sub New ()
Applies to
ApplicationInsightsComponentFavorite(String, String, String, String, Nullable<FavoriteType>, String, String, IList<String>, String, Nullable<Boolean>, String)
Initializes a new instance of the ApplicationInsightsComponentFavorite class.
public ApplicationInsightsComponentFavorite (string name = default, string config = default, string version = default, string favoriteId = default, Microsoft.Azure.Management.ApplicationInsights.Management.Models.FavoriteType? favoriteType = default, string sourceType = default, string timeModified = default, System.Collections.Generic.IList<string> tags = default, string category = default, bool? isGeneratedFromTemplate = default, string userId = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFavorite : string * string * string * string * Nullable<Microsoft.Azure.Management.ApplicationInsights.Management.Models.FavoriteType> * string * string * System.Collections.Generic.IList<string> * string * Nullable<bool> * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFavorite
Public Sub New (Optional name As String = Nothing, Optional config As String = Nothing, Optional version As String = Nothing, Optional favoriteId As String = Nothing, Optional favoriteType As Nullable(Of FavoriteType) = Nothing, Optional sourceType As String = Nothing, Optional timeModified As String = Nothing, Optional tags As IList(Of String) = Nothing, Optional category As String = Nothing, Optional isGeneratedFromTemplate As Nullable(Of Boolean) = Nothing, Optional userId As String = Nothing)
Parameters
- name
- String
The user-defined name of the favorite.
- config
- String
Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON
- version
- String
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.
- favoriteId
- String
Internally assigned unique id of the favorite definition.
- favoriteType
- Nullable<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'
- sourceType
- String
The source of the favorite definition.
- timeModified
- String
Date and time in UTC of the last modification that was made to this favorite definition.
- category
- String
Favorite category, as defined by the user at creation time.
Flag denoting wether or not this favorite was generated from a template.
- userId
- String
Unique user id of the specific user that owns this favorite.
Applies to
Azure SDK for .NET