ApplicationInsightsComponentAnalyticsItem Constructors

Definition

Overloads

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.

ApplicationInsightsComponentAnalyticsItem()

Initializes a new instance of the ApplicationInsightsComponentAnalyticsItem class.

public ApplicationInsightsComponentAnalyticsItem ();
Public Sub New ()

Applies to

ApplicationInsightsComponentAnalyticsItem(String, String, String, String, String, String, String, String, ApplicationInsightsComponentAnalyticsItemProperties)

Initializes a new instance of the ApplicationInsightsComponentAnalyticsItem class.

public ApplicationInsightsComponentAnalyticsItem (string id = default, string name = default, string content = default, string version = default, string scope = default, string type = default, string timeCreated = default, string timeModified = default, Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItemProperties properties = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem : string * string * string * string * string * string * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItemProperties -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItem
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional content As String = Nothing, Optional version As String = Nothing, Optional scope As String = Nothing, Optional type As String = Nothing, Optional timeCreated As String = Nothing, Optional timeModified As String = Nothing, Optional properties As ApplicationInsightsComponentAnalyticsItemProperties = Nothing)

Parameters

id
String

Internally assigned unique id of the item definition.

name
String

The user-defined name of the item.

content
String

The content of this item

version
String

This instance's version of the data model. This can change as new features are added.

scope
String

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'

type
String

Enum indicating the type of the Analytics item. Possible values include: 'query', 'function', 'folder', 'recent'

timeCreated
String

Date and time in UTC when this item was created.

timeModified
String

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

Applies to