event_categories
Creates, updates, deletes, gets or lists an event_categories resource.
Overview
| Name | event_categories |
| Type | Resource |
| Id | azure.monitor.event_categories |
Fields
The following fields are returned by SELECT queries:
- list
Successful request to get the list of event categories
| Name | Datatype | Description |
|---|---|---|
localizedValue | string | the locale specific value. |
value | string | the invariant value. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional 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. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- list
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
;