MetricNamespace Class
- java.
lang. Object - com.
azure. monitor. query. models. MetricNamespace
- com.
public final class MetricNamespace
Metric namespace class specifies the metadata for a metric namespace.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| MetricNamespace() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Namespace |
getClassification()
Returns the kind of namespace. |
| String |
getFullyQualifiedName()
Returns the fully qualified name of the metric namespace. |
| String |
getId()
Returns the ID of the metric namespace. |
| String |
getName()
Returns the escaped name of the namespace. |
| String |
getType()
Returns the type of the namespace. |
Methods inherited from java.lang.Object
Constructor Details
MetricNamespace
public MetricNamespace()
Method Details
getClassification
public NamespaceClassification getClassification()
Returns the kind of namespace.
Returns:
getFullyQualifiedName
public String getFullyQualifiedName()
Returns the fully qualified name of the metric namespace.
Returns:
getId
public String getId()
Returns the ID of the metric namespace.
Returns:
getName
public String getName()
Returns the escaped name of the namespace.
Returns:
getType
public String getType()
Returns the type of the namespace.
Returns: