ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions interface
ProactiveDetection 配置规则的静态定义(所有组件的相同值)。
属性
| description | 规则说明 |
| display |
在 UI 中显示的规则名称 |
| help |
显示有关主动检测规则的其他信息的 URL |
| is |
指示是否默认启用规则的标志 |
| is |
一个标志,指示规则是否隐藏(来自 UI) |
| is |
指示规则是否处于预览状态的标志 |
| name | 规则名称 |
| supports |
指示此规则检测是否支持电子邮件通知的标志 |
属性详细信息
description
规则说明
description?: string
属性值
string
displayName
在 UI 中显示的规则名称
displayName?: string
属性值
string
helpUrl
显示有关主动检测规则的其他信息的 URL
helpUrl?: string
属性值
string
isEnabledByDefault
指示是否默认启用规则的标志
isEnabledByDefault?: boolean
属性值
boolean
isHidden
一个标志,指示规则是否隐藏(来自 UI)
isHidden?: boolean
属性值
boolean
isInPreview
指示规则是否处于预览状态的标志
isInPreview?: boolean
属性值
boolean
name
规则名称
name?: string
属性值
string
supportsEmailNotifications
指示此规则检测是否支持电子邮件通知的标志
supportsEmailNotifications?: boolean
属性值
boolean