ScheduledAlertRuleCommonProperties interface
Scheduled alert rule template 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. |
query |
The frequency (in ISO 8601 duration format) for this alert rule to run. |
query |
The period (in ISO 8601 duration format) that this alert rule looks at. |
severity | The severity for alerts created by this alert rule. |
trigger |
The operation against the threshold that triggers alert rule. |
trigger |
The threshold triggers this alert rule. |
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
queryFrequency
The frequency (in ISO 8601 duration format) for this alert rule to run.
queryFrequency?: string
Property Value
string
queryPeriod
The period (in ISO 8601 duration format) that this alert rule looks at.
queryPeriod?: string
Property Value
string
severity
The severity for alerts created by this alert rule.
severity?: string
Property Value
string
triggerOperator
The operation against the threshold that triggers alert rule.
triggerOperator?: TriggerOperator
Property Value
triggerThreshold
The threshold triggers this alert rule.
triggerThreshold?: number
Property Value
number
Azure SDK for JavaScript