Partilhar via


ApplicationInsightsComponentAvailableFeatures Construtores

Definição

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

result
IList<ApplicationInsightsComponentFeature>

Uma lista do recurso de componente do Application Insights.

Aplica-se a