Skip to main content

diagnostic_settings_categories

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

Overview

Namediagnostic_settings_categories
TypeResource
Idazure.monitor.diagnostic_settings_categories

Fields

NameDatatypeDescription
idtextAzure resource Id
nametextAzure resource name
category_groupstextfield from the properties object
category_typetextfield from the properties object
locationtextResource location
resourceUritextfield from the properties object
system_datatextfield from the properties object
tagstextGets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
typetextAzure resource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTname, resourceUriGets the diagnostic settings category for the specified resource.
listSELECTresourceUriLists the diagnostic settings categories for the specified resource.

SELECT examples

Lists the diagnostic settings categories for the specified resource.

SELECT
id,
name,
category_groups,
category_type,
location,
resourceUri,
system_data,
tags,
type
FROM azure.monitor.vw_diagnostic_settings_categories
WHERE resourceUri = '{{ resourceUri }}';