MetricNamespace Class

  • java.lang.Object
    • com.azure.monitor.query.models.MetricNamespace

public final class MetricNamespace

Metric namespace class specifies the metadata for a metric namespace.

Constructor Summary

Constructor Description
MetricNamespace()

Creates an instance of MetricNamespace.

Method Summary

Modifier and Type Method and Description
NamespaceClassification 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()

Creates an instance of MetricNamespace.

Method Details

getClassification

public NamespaceClassification getClassification()

Returns the kind of namespace.

Returns:

the kind of namespace.

getFullyQualifiedName

public String getFullyQualifiedName()

Returns the fully qualified name of the metric namespace.

Returns:

the fully qualified name of the metric namespace.

getId

public String getId()

Returns the ID of the metric namespace.

Returns:

the ID of the metric namespace.

getName

public String getName()

Returns the escaped name of the namespace.

Returns:

the escaped name of the namespace.

getType

public String getType()

Returns the type of the namespace.

Returns:

the type of the namespace.

Applies to