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