Skip to main content

event_categories

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

Overview

Nameevent_categories
TypeResource
Idazure.monitor.event_categories

Fields

NameDatatypeDescription
localizedValuestringThe display name.
valuestringThe invariant value.

Methods

NameAccessible byRequired 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.

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
;