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

ApplicationInsightsComponentProactiveDetectionConfiguration 构造函数

定义

重载

ApplicationInsightsComponentProactiveDetectionConfiguration()

初始化 ApplicationInsightsComponentProactiveDetectionConfiguration 类的新实例。

ApplicationInsightsComponentProactiveDetectionConfiguration(String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions)

初始化 ApplicationInsightsComponentProactiveDetectionConfiguration 类的新实例。

ApplicationInsightsComponentProactiveDetectionConfiguration()

初始化 ApplicationInsightsComponentProactiveDetectionConfiguration 类的新实例。

public ApplicationInsightsComponentProactiveDetectionConfiguration ();
Public Sub New ()

适用于

ApplicationInsightsComponentProactiveDetectionConfiguration(String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions)

初始化 ApplicationInsightsComponentProactiveDetectionConfiguration 类的新实例。

public ApplicationInsightsComponentProactiveDetectionConfiguration (string name = default, bool? enabled = default, bool? sendEmailsToSubscriptionOwners = default, System.Collections.Generic.IList<string> customEmails = default, string lastUpdatedTime = default, Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions ruleDefinitions = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfiguration : string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfiguration
Public Sub New (Optional name As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional sendEmailsToSubscriptionOwners As Nullable(Of Boolean) = Nothing, Optional customEmails As IList(Of String) = Nothing, Optional lastUpdatedTime As String = Nothing, Optional ruleDefinitions As ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions = Nothing)

参数

name
String

规则名称

enabled
Nullable<Boolean>

指示用户是否启用此规则的标志

sendEmailsToSubscriptionOwners
Nullable<Boolean>

一个标志,指示是否应将此规则上的通知发送给订阅所有者

customEmails
IList<String>

此规则通知的自定义电子邮件地址

lastUpdatedTime
String

上次更新此规则的时间

ruleDefinitions
ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions

ProactiveDetection 配置规则的静态定义 (所有组件) 相同的值。

适用于