Condividi tramite


ApplicationInsightsComponentAvailableFeatures Constructors

Definition

Overloads

ApplicationInsightsComponentAvailableFeatures()

Initializes a new instance of the ApplicationInsightsComponentAvailableFeatures class.

ApplicationInsightsComponentAvailableFeatures(IList<ApplicationInsightsComponentFeature>)

Initializes a new instance of the ApplicationInsightsComponentAvailableFeatures class.

ApplicationInsightsComponentAvailableFeatures()

Initializes a new instance of the ApplicationInsightsComponentAvailableFeatures class.

public ApplicationInsightsComponentAvailableFeatures ();
Public Sub New ()

Applies to

ApplicationInsightsComponentAvailableFeatures(IList<ApplicationInsightsComponentFeature>)

Initializes a new instance of the ApplicationInsightsComponentAvailableFeatures class.

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)

Parameters

result
IList<ApplicationInsightsComponentFeature>

A list of Application Insights component feature.

Applies to