Class Plan
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Plan
-
public abstract class Plan extends Object
Plan
-
-
Constructor Summary
Constructors Constructor Description Plan()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Plancreate(String publisher, String name, String product)abstract Stringname()The name of the Planabstract Stringproduct()The product of the Planabstract Stringpublisher()The publisher of the Plan
-