ApplicationInsightsComponentBillingFeatures Constructors

Definition

Overloads

ApplicationInsightsComponentBillingFeatures()

Initializes a new instance of the ApplicationInsightsComponentBillingFeatures class.

ApplicationInsightsComponentBillingFeatures(ApplicationInsightsComponentDataVolumeCap, IList<String>)

Initializes a new instance of the ApplicationInsightsComponentBillingFeatures class.

ApplicationInsightsComponentBillingFeatures()

Initializes a new instance of the ApplicationInsightsComponentBillingFeatures class.

public ApplicationInsightsComponentBillingFeatures ();
Public Sub New ()

Applies to

ApplicationInsightsComponentBillingFeatures(ApplicationInsightsComponentDataVolumeCap, IList<String>)

Initializes a new instance of the ApplicationInsightsComponentBillingFeatures class.

public ApplicationInsightsComponentBillingFeatures (Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentDataVolumeCap dataVolumeCap = default, System.Collections.Generic.IList<string> currentBillingFeatures = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentBillingFeatures : Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentDataVolumeCap * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentBillingFeatures
Public Sub New (Optional dataVolumeCap As ApplicationInsightsComponentDataVolumeCap = Nothing, Optional currentBillingFeatures As IList(Of String) = Nothing)

Parameters

dataVolumeCap
ApplicationInsightsComponentDataVolumeCap

An Application Insights component daily data volume cap

currentBillingFeatures
IList<String>

Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.

Applies to