你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationInsightsComponentAvailableFeatures 构造函数

定义

重载

ApplicationInsightsComponentAvailableFeatures()

初始化 ApplicationInsightsComponentAvailableFeatures 类的新实例。

ApplicationInsightsComponentAvailableFeatures(IList<ApplicationInsightsComponentFeature>)

初始化 ApplicationInsightsComponentAvailableFeatures 类的新实例。

ApplicationInsightsComponentAvailableFeatures()

初始化 ApplicationInsightsComponentAvailableFeatures 类的新实例。

public ApplicationInsightsComponentAvailableFeatures ();
Public Sub New ()

适用于

ApplicationInsightsComponentAvailableFeatures(IList<ApplicationInsightsComponentFeature>)

初始化 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)

参数

result
IList<ApplicationInsightsComponentFeature>

Application Insights 组件功能的列表。

适用于