ApplicationInsightsComponentAvailableFeatures 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
ApplicationInsightsComponentAvailableFeatures() |
Inicializa uma nova instância da classe ApplicationInsightsComponentAvailableFeatures. |
ApplicationInsightsComponentAvailableFeatures(IList<ApplicationInsightsComponentFeature>) |
Inicializa uma nova instância da classe ApplicationInsightsComponentAvailableFeatures. |
ApplicationInsightsComponentAvailableFeatures()
Inicializa uma nova instância da classe ApplicationInsightsComponentAvailableFeatures.
public ApplicationInsightsComponentAvailableFeatures ();
Public Sub New ()
Aplica-se a
ApplicationInsightsComponentAvailableFeatures(IList<ApplicationInsightsComponentFeature>)
Inicializa uma nova instância da classe ApplicationInsightsComponentAvailableFeatures.
public ApplicationInsightsComponentAvailableFeatures (System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeature> result = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAvailableFeatures : System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeature> -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAvailableFeatures
Public Sub New (Optional result As IList(Of ApplicationInsightsComponentFeature) = Nothing)
Parâmetros
Uma lista do recurso de componente do Application Insights.
Aplica-se a
Azure SDK for .NET