Skip to main content

event_categories

Creates, updates, deletes, gets or lists an event_categories resource.

Overview

Nameevent_categories
TypeResource
Idazure.monitor.event_categories

Fields

The following fields are returned by SELECT queries:

Successful request to get the list of event categories

NameDatatypeDescription
localizedValuestringthe locale specific value.
valuestringthe invariant value.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectGet 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.

NameDatatypeDescription

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
;