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
|
The ID of the metric namespace. Default value: None
|
|
type
|
The type of the namespace. Default value: None
|
|
name
|
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
|
The ID of the metric namespace. |
|
type
|
The type of the namespace. |
|
name
|
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. |