Table of Contents

Class MetricName

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
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

value string

The name of the metric.

localizedValue string

The friendly name of the metric.

Properties

LocalizedValue

Gets the friendly name of the metric.

public string LocalizedValue { get; }

Property Value

string

Value

Gets the name of the metric.

public string Value { get; }

Property Value

string