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 class
Version.VersionProperties
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Version
create(String location, String name, String id, Version.VersionProperties properties)
abstract String
id()
The id of the Versionabstract String
location()
The location of the Versionabstract String
name()
The name of the Versionabstract Version.VersionProperties
properties()
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)
-
-