Class Offer
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Offer
-
public abstract class Offer extends Object
Offer
-
-
Constructor Summary
Constructors Constructor Description Offer()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Offercreate(String location, String name, String id)abstract Stringid()The id of the Offerabstract Stringlocation()The location of the Offerabstract Stringname()The name of the Offer
-