event_categories
Creates, updates, deletes, gets or lists a event_categories
resource.
Overview
Name | event_categories |
Type | Resource |
Id | azure.monitor.event_categories |
Fields
Name | Datatype | Description |
---|---|---|
localizedValue | string | The display name. |
value | string | The invariant value. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Get the list of available event categories supported in the Activity Logs Service. The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy. |
SELECT
examples
Get the list of available event categories supported in the Activity Logs Service. The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.
SELECT
localizedValue,
value
FROM azure.monitor.event_categories
;