Class MetricName
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.MetricName
-
public abstract class MetricName extends Object
A Metric with its values for a resource
-
-
Constructor Summary
Constructors Constructor Description MetricName()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static MetricName
create(String value, String localizedValue)
abstract String
localizedValue()
abstract String
value()
-
-
-
Method Detail
-
value
public abstract String value()
-
localizedValue
public abstract String localizedValue()
-
create
public static MetricName create(String value, String localizedValue)
-
-