Class Value
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Value
-
public abstract class Value extends Object
-
-
Constructor Summary
Constructors Constructor Description Value()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Value
create(String type, String value)
abstract String
type()
The type of the Valueabstract String
value()
The name of the Value
-