Class MetricNamespaceName
The fully qualified metric namespace name.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Monitor.dll
Syntax
public class MetricNamespaceName
Constructors
MetricNamespaceName()
Initializes a new instance of the MetricNamespaceName class.
Declaration
public MetricNamespaceName ();
MetricNamespaceName(String)
Initializes a new instance of the MetricNamespaceName class.
Declaration
public MetricNamespaceName (string metricNamespaceNameProperty = null);
Parameters
|
String
metricNamespaceNameProperty
The metric namespace name. |
Properties
MetricNamespaceNameProperty
Gets or sets the metric namespace name.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="metricNamespaceName")]
public string MetricNamespaceNameProperty { get; set; }
Property Value
|
String
|