Class MetricNamespace

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

public final class MetricNamespace extends Object
Metric namespace class specifies the metadata for a metric namespace.
  • Constructor Details

    • MetricNamespace

      public MetricNamespace()
  • Method Details

    • getClassification

      public NamespaceClassification getClassification()
      Returns the kind of namespace.
      Returns:
      the kind of 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.
    • getFullyQualifiedName

      public String getFullyQualifiedName()
      Returns the fully qualified name of the metric namespace.
      Returns:
      the fully qualified name of the metric namespace.
    • getType

      public String getType()
      Returns the type of the namespace.
      Returns:
      the type of the namespace.