Class MetricNamespaceName
- java.lang.Object
-
- com.azure.resourcemanager.monitor.models.MetricNamespaceName
-
public final class MetricNamespaceName extends Object
The fully qualified metric namespace name.
-
-
Constructor Summary
Constructors Constructor Description MetricNamespaceName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmetricNamespaceName()Get the metricNamespaceName property: The metric namespace name.voidvalidate()Validates the instance.MetricNamespaceNamewithMetricNamespaceName(String metricNamespaceName)Set the metricNamespaceName property: The metric namespace name.
-
-
-
Method Detail
-
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.
-
-