AlertRuleRecommendationProperties interface

Describes the format of Alert Rule Recommendations response.

Properties

alertRuleType

The recommendation alert rule type.

category

The recommendation alert rule category.

displayInformation

A dictionary that provides the display information for an alert rule recommendation.

ruleArmTemplate

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

Property Value