ArmApplicationInsightsModelFactory.ApplicationInsightsComponentAvailableFeatures Method

Definition

Initializes a new instance of ApplicationInsightsComponentAvailableFeatures.

public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAvailableFeatures ApplicationInsightsComponentAvailableFeatures (System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeature> result = default);
static member ApplicationInsightsComponentAvailableFeatures : seq<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeature> -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAvailableFeatures
Public Shared Function ApplicationInsightsComponentAvailableFeatures (Optional result As IEnumerable(Of ApplicationInsightsComponentFeature) = Nothing) As ApplicationInsightsComponentAvailableFeatures

Parameters

result
IEnumerable<ApplicationInsightsComponentFeature>

A list of Application Insights component feature.

Returns

A new ApplicationInsightsComponentAvailableFeatures instance for mocking.

Applies to