Skip to main content

metric_namespaces

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

Overview

Namemetric_namespaces
TypeResource
Idazure.monitor.metric_namespaces

Fields

NameDatatypeDescription
idstringThe ID of the metric namespace.
namestringThe escaped name of the namespace.
classificationstringKind of namespace
propertiesobjectThe fully qualified metric namespace name.
typestringThe type of the namespace.

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceUriLists the metric namespaces for the resource.

SELECT examples

Lists the metric namespaces for the resource.

SELECT
id,
name,
classification,
properties,
type
FROM azure.monitor.metric_namespaces
WHERE resourceUri = '{{ resourceUri }}';