ApplicationInsightsComponentBillingFeatures Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ApplicationInsightsComponentBillingFeatures() |
Initialise une nouvelle instance de la classe ApplicationInsightsComponentBillingFeatures. |
ApplicationInsightsComponentBillingFeatures(ApplicationInsightsComponentDataVolumeCap, IList<String>) |
Initialise une nouvelle instance de la classe ApplicationInsightsComponentBillingFeatures. |
ApplicationInsightsComponentBillingFeatures()
Initialise une nouvelle instance de la classe ApplicationInsightsComponentBillingFeatures.
public ApplicationInsightsComponentBillingFeatures ();
Public Sub New ()
S’applique à
ApplicationInsightsComponentBillingFeatures(ApplicationInsightsComponentDataVolumeCap, IList<String>)
Initialise une nouvelle instance de la classe ApplicationInsightsComponentBillingFeatures.
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)
Paramètres
- dataVolumeCap
- ApplicationInsightsComponentDataVolumeCap
Limite quotidienne du volume de données d’un composant Application Insights
Plan tarifaire activé actuel. Lorsque le composant se trouve dans le plan Entreprise, cette liste répertorie à la fois « De base » et « Application Insights Enterprise ».
S’applique à
Azure SDK for .NET