Class Version
java.lang.Object
org.jclouds.azurecompute.arm.domain.Version
Version
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
The plan for the Version if this image is from the marketplace.
-
Method Details
-
location
The location of the Version -
name
The name of the Version -
id
The id of the Version -
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)
-