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

ApplicationInsightsComponentFeature 构造函数

定义

重载

ApplicationInsightsComponentFeature()

初始化 ApplicationInsightsComponentFeature 类的新实例。

ApplicationInsightsComponentFeature(String, String, String, String, Nullable<Boolean>, IList<ApplicationInsightsComponentFeatureCapability>, String, Nullable<Boolean>, String)

初始化 ApplicationInsightsComponentFeature 类的新实例。

ApplicationInsightsComponentFeature()

初始化 ApplicationInsightsComponentFeature 类的新实例。

public ApplicationInsightsComponentFeature();
Public Sub New ()

适用于

ApplicationInsightsComponentFeature(String, String, String, String, Nullable<Boolean>, IList<ApplicationInsightsComponentFeatureCapability>, String, Nullable<Boolean>, String)

初始化 ApplicationInsightsComponentFeature 类的新实例。

public ApplicationInsightsComponentFeature(string featureName = default, string meterId = default, string meterRateFrequency = default, string resouceId = default, bool? isHidden = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeatureCapability> capabilities = default, string title = default, bool? isMainFeature = default, string supportedAddonFeatures = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeature : string * string * string * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeatureCapability> * string * Nullable<bool> * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeature
Public Sub New (Optional featureName As String = Nothing, Optional meterId As String = Nothing, Optional meterRateFrequency As String = Nothing, Optional resouceId As String = Nothing, Optional isHidden As Nullable(Of Boolean) = Nothing, Optional capabilities As IList(Of ApplicationInsightsComponentFeatureCapability) = Nothing, Optional title As String = Nothing, Optional isMainFeature As Nullable(Of Boolean) = Nothing, Optional supportedAddonFeatures As String = Nothing)

参数

featureName
String

定价功能名称。

meterId
String

用于该功能的计量 ID。

meterRateFrequency
String

特征计量的计量速率。

resouceId
String

保留,现在不使用。

isHidden
Nullable<Boolean>

保留,现在不使用。

capabilities
IList<ApplicationInsightsComponentFeatureCapability>

Application Insights 组件功能的列表。

title
String

功能的显示名称。

isMainFeature
Nullable<Boolean>

是否可以对其应用加载项功能。

supportedAddonFeatures
String

在main功能上添加的功能。

适用于