MetricNamespace Class

Metric namespace class specifies the metadata for a metric namespace.

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.

Default value: None
type
str

The type of the namespace.

Default value: None
name
str

The escaped name of the namespace.

Default value: None
classification

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

Default value: None
properties

Properties which include the fully qualified namespace name.

Default value: None

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.