Uses of Class
org.jclouds.azurecompute.arm.domain.Version
-
Packages that use Version Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Version in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Version Modifier and Type Method Description static Version
Version. create(String location, String name, String id, Version.VersionProperties properties)
-
Uses of Version in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return Version Modifier and Type Method Description Version
OSImageApi. getVersion(String publisher, String offer, String sku, String version)
Get the details of a VersionMethods in org.jclouds.azurecompute.arm.features that return types with arguments of type Version Modifier and Type Method Description List<Version>
OSImageApi. listVersions(String publisher, String offer, String sku)
List Versions in SKU
-