MetricName Class

  • java.lang.Object
    • com.azure.resourcemanager.cosmos.models.MetricName

public final class MetricName

A metric name.

Constructor Summary

Constructor Description
MetricName()

Creates an instance of MetricName class.

Method Summary

Modifier and Type Method and Description
String localizedValue()

Get the localizedValue property: The friendly name of the metric.

void validate()

Validates the instance.

String value()

Get the value property: The name of the metric.

Methods inherited from java.lang.Object

Constructor Details

MetricName

public MetricName()

Creates an instance of MetricName class.

Method Details

localizedValue

public String localizedValue()

Get the localizedValue property: The friendly name of the metric.

Returns:

the localizedValue value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: The name of the metric.

Returns:

the value value.

Applies to