Class MetricName
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.MetricName
-
public final class MetricName extends Object
A database metric name.
-
-
Constructor Summary
Constructors Constructor Description MetricName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringlocalizedValue()Get the localizedValue property: The friendly name of the database metric.voidvalidate()Validates the instance.Stringvalue()Get the value property: The name of the database metric.
-
-
-
Method Detail
-
value
public String value()
Get the value property: The name of the database metric.- Returns:
- the value value.
-
localizedValue
public String localizedValue()
Get the localizedValue property: The friendly name of the database metric.- Returns:
- the localizedValue value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-