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 Publishercreate(String location, String name, String id)abstract Stringid()The id of the publisherabstract Stringlocation()The location of the publisherabstract Stringname()The name of the publisher
-