ApplicationInsightsComponentBillingFeatures Constructors
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.
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
Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.
Applies to
Azure SDK for .NET