ApplicationInsightsComponentFeature Constructors

Definition

Overloads

ApplicationInsightsComponentFeature()

Initializes a new instance of the ApplicationInsightsComponentFeature class.

ApplicationInsightsComponentFeature(String, String, String, String, Nullable<Boolean>, IList<ApplicationInsightsComponentFeatureCapability>, String, Nullable<Boolean>, String)

Initializes a new instance of the ApplicationInsightsComponentFeature class.

ApplicationInsightsComponentFeature()

Initializes a new instance of the ApplicationInsightsComponentFeature class.

public ApplicationInsightsComponentFeature ();
Public Sub New ()

Applies to

ApplicationInsightsComponentFeature(String, String, String, String, Nullable<Boolean>, IList<ApplicationInsightsComponentFeatureCapability>, String, Nullable<Boolean>, String)

Initializes a new instance of the ApplicationInsightsComponentFeature class.

public ApplicationInsightsComponentFeature (string featureName = default, string meterId = default, string meterRateFrequency = default, string resouceId = default, bool? isHidden = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeatureCapability> capabilities = default, string title = default, bool? isMainFeature = default, string supportedAddonFeatures = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeature : string * string * string * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeatureCapability> * string * Nullable<bool> * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeature
Public Sub New (Optional featureName As String = Nothing, Optional meterId As String = Nothing, Optional meterRateFrequency As String = Nothing, Optional resouceId As String = Nothing, Optional isHidden As Nullable(Of Boolean) = Nothing, Optional capabilities As IList(Of ApplicationInsightsComponentFeatureCapability) = Nothing, Optional title As String = Nothing, Optional isMainFeature As Nullable(Of Boolean) = Nothing, Optional supportedAddonFeatures As String = Nothing)

Parameters

featureName
String

The pricing feature name.

meterId
String

The meter id used for the feature.

meterRateFrequency
String

The meter rate for the feature's meter.

resouceId
String

Reserved, not used now.

isHidden
Nullable<Boolean>

Reserved, not used now.

capabilities
IList<ApplicationInsightsComponentFeatureCapability>

A list of Application Insights component feature capability.

title
String

Display name of the feature.

isMainFeature
Nullable<Boolean>

Whether can apply addon feature on to it.

supportedAddonFeatures
String

The add on features on main feature.

Applies to