MetricNamespace Class

Metric namespace class specifies the metadata for a metric namespace.

Inheritance
azure.mgmt.monitor._serialization.Model
MetricNamespace

Constructor

MetricNamespace(*, id: str | None = None, type: str | None = None, name: str | None = None, classification: str | _models.NamespaceClassification | None = None, properties: _models.MetricNamespaceName | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

The ID of the metric namespace.

type
str

The type of the namespace.

name
str

The escaped name of the namespace.

classification

Kind of namespace. Known values are: "Platform", "Custom", and "Qos".

properties

Properties which include the fully qualified namespace name.

Variables

Name Description
id
str

The ID of the metric namespace.

type
str

The type of the namespace.

name
str

The escaped name of the namespace.

classification

Kind of namespace. Known values are: "Platform", "Custom", and "Qos".

properties

Properties which include the fully qualified namespace name.