This project has retired. For details please refer to its
        
        Attic page.
      
 
OSImageApi (Apache jclouds 2.4.0 API)
- 
@Path("/providers/Microsoft.Compute/locations/{location}")
@Consumes("application/json")
public interface OSImageApi
The Azure Resource Management API includes operations for managing the OS images in your subscription.
 
 
- 
- 
Method Detail
- 
listVersions
@Named("version:list")
@GET
@Path("/publishers/{publisher}/artifacttypes/vmimage/offers/{offer}/skus/{sku}/versions")
List<Version> listVersions(@PathParam("publisher")
                           String publisher,
                           @PathParam("offer")
                           String offer,
                           @PathParam("sku")
                           String sku)
List Versions in SKU
 
- 
getVersion
@Named("version:get")
@GET
@Path("/publishers/{publisher}/artifacttypes/vmimage/offers/{offer}/skus/{sku}/versions/{version}")
Version getVersion(@PathParam("publisher")
                   String publisher,
                   @PathParam("offer")
                   String offer,
                   @PathParam("sku")
                   String sku,
                   @PathParam("version")
                   String version)
Get the details of a Version