AlertRuleRecommendationResource interface
A single alert rule recommendation resource.
- Extends
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. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type