alert_rule_recommendations
Creates, updates, deletes, gets or lists a alert_rule_recommendations
resource.
Overview
Name | alert_rule_recommendations |
Type | Resource |
Id | azure.alerts_management.alert_rule_recommendations |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | Describes the format of Alert Rule Recommendations response. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_by_resource | SELECT | resourceUri | Retrieve alert rule recommendations for a resource. |
list_by_target_type | SELECT | subscriptionId, targetType | Retrieve alert rule recommendations for a target type. |
SELECT
examples
Retrieve alert rule recommendations for a resource.
SELECT
properties
FROM azure.alerts_management.alert_rule_recommendations
WHERE resourceUri = '{{ resourceUri }}';