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 Offer
create(String location, String name, String id)
abstract String
id()
The id of the Offerabstract String
location()
The location of the Offerabstract String
name()
The name of the Offer
-