QueryBasedAlertRuleTemplateProperties interface
Query based alert rule template base property bag.
Properties
alert |
The alert details override settings |
custom |
Dictionary of string key-value pairs of columns to be attached to the alert |
entity |
Array of the entity mappings of the alert rule |
event |
The event grouping settings. |
query | The query that creates alerts for this rule. |
severity | The severity for alerts created by this alert rule. |
version | The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>. |
Property Details
alertDetailsOverride
The alert details override settings
alertDetailsOverride?: AlertDetailsOverride
Property Value
customDetails
Dictionary of string key-value pairs of columns to be attached to the alert
customDetails?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
entityMappings
Array of the entity mappings of the alert rule
entityMappings?: EntityMapping[]
Property Value
eventGroupingSettings
The event grouping settings.
eventGroupingSettings?: EventGroupingSettings
Property Value
query
The query that creates alerts for this rule.
query?: string
Property Value
string
severity
The severity for alerts created by this alert rule.
severity?: string
Property Value
string
version
The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>.
version?: string
Property Value
string
Azure SDK for JavaScript