Class MetricName
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
A metric name.
public class MetricName
- Inheritance
-
MetricName
- Inherited Members
Constructors
MetricName()
Initializes a new instance of the MetricName class.
public MetricName()
MetricName(string, string)
Initializes a new instance of the MetricName class.
public MetricName(string value = null, string localizedValue = null)
Parameters
Properties
LocalizedValue
Gets the friendly name of the metric.
public string LocalizedValue { get; }
Property Value
Value
Gets the name of the metric.
public string Value { get; }