ApplicationInsightsComponentAnalyticsItem Class
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.
Properties that define an Analytics item that is associated to an Application Insights component.
public class ApplicationInsightsComponentAnalyticsItem
type ApplicationInsightsComponentAnalyticsItem = class
Public Class ApplicationInsightsComponentAnalyticsItem
- Inheritance
-
ApplicationInsightsComponentAnalyticsItem
Constructors
ApplicationInsightsComponentAnalyticsItem() |
Initializes a new instance of the ApplicationInsightsComponentAnalyticsItem class. |
ApplicationInsightsComponentAnalyticsItem(String, String, String, String, String, String, String, String, ApplicationInsightsComponentAnalyticsItemProperties) |
Initializes a new instance of the ApplicationInsightsComponentAnalyticsItem class. |
Properties
Content |
Gets or sets the content of this item |
Id |
Gets or sets internally assigned unique id of the item definition. |
Name |
Gets or sets the user-defined name of the item. |
Properties | |
Scope |
Gets or sets enum indicating if this item 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' |
TimeCreated |
Gets date and time in UTC when this item was created. |
TimeModified |
Gets date and time in UTC of the last modification that was made to this item. |
Type |
Gets or sets enum indicating the type of the Analytics item. Possible values include: 'query', 'function', 'folder', 'recent' |
Version |
Gets this instance's version of the data model. This can change as new features are added. |
Applies to
Azure SDK for .NET