Class MetricNamespaceName
java.lang.Object
com.microsoft.azure.management.monitor.MetricNamespaceName
The fully qualified metric namespace name.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the metric namespace name.withMetricNamespaceName
(String metricNamespaceName) Set the metric namespace name.
-
Constructor Details
-
MetricNamespaceName
public MetricNamespaceName()
-
-
Method Details
-
metricNamespaceName
Get the metric namespace name.- Returns:
- the metricNamespaceName value
-
withMetricNamespaceName
Set the metric namespace name.- Parameters:
metricNamespaceName
- the metricNamespaceName value to set- Returns:
- the MetricNamespaceName object itself.
-