ApplicationInsightsComponentAnalyticsItemProperties Constructors

Definition

Overloads

ApplicationInsightsComponentAnalyticsItemProperties()

Initializes a new instance of the ApplicationInsightsComponentAnalyticsItemProperties class.

ApplicationInsightsComponentAnalyticsItemProperties(String)

Initializes a new instance of the ApplicationInsightsComponentAnalyticsItemProperties class.

ApplicationInsightsComponentAnalyticsItemProperties()

Initializes a new instance of the ApplicationInsightsComponentAnalyticsItemProperties class.

public ApplicationInsightsComponentAnalyticsItemProperties ();
Public Sub New ()

Applies to

ApplicationInsightsComponentAnalyticsItemProperties(String)

Initializes a new instance of the ApplicationInsightsComponentAnalyticsItemProperties class.

public ApplicationInsightsComponentAnalyticsItemProperties (string functionAlias = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItemProperties : string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItemProperties
Public Sub New (Optional functionAlias As String = Nothing)

Parameters

functionAlias
String

A function alias, used when the type of the item is Function

Applies to