ApplicationInsightsComponentAvailableFeatures Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A list of Application Insights component feature.
Applies to
Azure SDK for .NET