AlertRuleRecommendationProperties interface
Describes the format of Alert Rule Recommendations response.
Properties
| alert |
The recommendation alert rule type. |
| category | The recommendation alert rule category. |
| display |
A dictionary that provides the display information for an alert rule recommendation. |
| rule |
A complete ARM template to deploy the alert rules. |
Property Details
alertRuleType
The recommendation alert rule type.
alertRuleType: string
Property Value
string
category
The recommendation alert rule category.
category?: string
Property Value
string
displayInformation
A dictionary that provides the display information for an alert rule recommendation.
displayInformation: Record<string, string>
Property Value
Record<string, string>
ruleArmTemplate
A complete ARM template to deploy the alert rules.
ruleArmTemplate: RuleArmTemplate