ApplicationInsightsComponentBillingFeatures Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ApplicationInsightsComponentBillingFeatures() |
Inicializa uma nova instância da classe ApplicationInsightsComponentBillingFeatures. |
ApplicationInsightsComponentBillingFeatures(ApplicationInsightsComponentDataVolumeCap, IList<String>) |
Inicializa uma nova instância da classe ApplicationInsightsComponentBillingFeatures. |
ApplicationInsightsComponentBillingFeatures()
Inicializa uma nova instância da classe ApplicationInsightsComponentBillingFeatures.
public ApplicationInsightsComponentBillingFeatures ();
Public Sub New ()
Aplica-se a
ApplicationInsightsComponentBillingFeatures(ApplicationInsightsComponentDataVolumeCap, IList<String>)
Inicializa uma nova instância da 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)
Parâmetros
- dataVolumeCap
- ApplicationInsightsComponentDataVolumeCap
Um limite diário de volume de dados de um componente do Application Insights
Plano de preços habilitado atualmente. Quando o componente estiver no plano Enterprise, ele listará 'Basic' e 'Application Insights Enterprise'.
Aplica-se a
Azure SDK for .NET