Class MetricNamespaceName

java.lang.Object
com.azure.resourcemanager.monitor.models.MetricNamespaceName

public final class MetricNamespaceName extends Object
The fully qualified metric namespace name.
  • Constructor Details

    • MetricNamespaceName

      public MetricNamespaceName()
      Creates an instance of MetricNamespaceName class.
  • Method Details

    • metricNamespaceName

      public String metricNamespaceName()
      Get the metricNamespaceName property: The metric namespace name.
      Returns:
      the metricNamespaceName value.
    • withMetricNamespaceName

      public MetricNamespaceName withMetricNamespaceName(String metricNamespaceName)
      Set the metricNamespaceName property: The metric namespace name.
      Parameters:
      metricNamespaceName - the metricNamespaceName value to set.
      Returns:
      the MetricNamespaceName object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.