> + * @see <a 
> href="https://msdn.microsoft.com/en-us/library/azure/dn499771.aspx";>docs</a>
> + */
> +@Path("/services/vmimages")
> +@Consumes(APPLICATION_XML)
> +@Headers(keys = "x-ms-version", values = "{jclouds.api-version}")
> +public interface VMImageApi {
> +
> +
> +   /**
> +    * The List VM Images operation retrieves a list of the VM Images from 
> the image repository that is associated with
> +    * the specified subscription.
> +    */
> +   @Named("ListVMImages")
> +   @GET
> +   @XMLResponseParser(ListVMImagesHandler.class)
> +   @Produces(APPLICATION_XML)

If this method does not produce a body, remove this annotation.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/167/files#r28432458

Reply via email to