Class MetricNamespaceName
java.lang.Object
com.azure.resourcemanager.monitor.models.MetricNamespaceName
The fully qualified metric namespace name.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the metricNamespaceName property: The metric namespace name.voidvalidate()Validates the instance.withMetricNamespaceName(String metricNamespaceName) Set the metricNamespaceName property: The metric namespace name.
-
Constructor Details
-
MetricNamespaceName
public MetricNamespaceName()Creates an instance of MetricNamespaceName class.
-
-
Method Details
-
metricNamespaceName
Get the metricNamespaceName property: The metric namespace name.- Returns:
- the metricNamespaceName value.
-
withMetricNamespaceName
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.
-