ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions interface
Static definitions of the ProactiveDetection configuration rule (same values for all components).
Properties
description | The rule description |
display |
The rule name as it is displayed in UI |
help |
URL which displays additional info about the proactive detection rule |
is |
A flag indicating whether the rule is enabled by default |
is |
A flag indicating whether the rule is hidden (from the UI) |
is |
A flag indicating whether the rule is in preview |
name | The rule name |
supports |
A flag indicating whether email notifications are supported for detections for this rule |
Property Details
description
The rule description
description?: string
Property Value
string
displayName
The rule name as it is displayed in UI
displayName?: string
Property Value
string
helpUrl
URL which displays additional info about the proactive detection rule
helpUrl?: string
Property Value
string
isEnabledByDefault
A flag indicating whether the rule is enabled by default
isEnabledByDefault?: boolean
Property Value
boolean
isHidden
A flag indicating whether the rule is hidden (from the UI)
isHidden?: boolean
Property Value
boolean
isInPreview
A flag indicating whether the rule is in preview
isInPreview?: boolean
Property Value
boolean
name
The rule name
name?: string
Property Value
string
supportsEmailNotifications
A flag indicating whether email notifications are supported for detections for this rule
supportsEmailNotifications?: boolean
Property Value
boolean
Azure SDK for JavaScript