Class Version
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Version
-
public abstract class Version extends Object
Version
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVersion.VersionProperties
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Versioncreate(String location, String name, String id, Version.VersionProperties properties)abstract Stringid()The id of the Versionabstract Stringlocation()The location of the Versionabstract Stringname()The name of the Versionabstract Version.VersionPropertiesproperties()The plan for the Version if this image is from the marketplace.
-
-
-
Method Detail
-
location
public abstract String location()
The location of the Version
-
name
public abstract String name()
The name of the Version
-
id
public abstract String id()
The id of the Version
-
properties
@Nullable public abstract Version.VersionProperties properties()
The plan for the Version if this image is from the marketplace.
-
create
public static Version create(String location, String name, String id, Version.VersionProperties properties)
-
-