metric_namespaces
Creates, updates, deletes, gets or lists a metric_namespaces
resource.
Overview
Name | metric_namespaces |
Type | Resource |
Id | azure.monitor.metric_namespaces |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the metric namespace. |
name | string | The escaped name of the namespace. |
classification | string | Kind of namespace |
properties | object | The fully qualified metric namespace name. |
type | string | The type of the namespace. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | resourceUri | Lists 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 }}';