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 Valuecreate(String type, String value)abstract Stringtype()The type of the Valueabstract Stringvalue()The name of the Value
-