> +    * List all deployments in a resource group
> +    */
> +   @Named("deployment:list")
> +   @GET
> +   @SelectJson("value")
> +   @Fallback(EmptyListOnNotFoundOr404.class)
> +   List<Deployment> list();
> +
> +   /**
> +    * The Delete Template Deployment operation starts the process of an ARM 
> Template removal.
> +    */
> +   @Named("deployment:delete")
> +   @DELETE
> +   @ResponseParser(URIParser.class)
> +   @Path("/{deploymentname}")
> +   @Fallback(Fallbacks.VoidOnNotFoundOr404.class)

`NullOnNotFoundOr404`

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/273/files/74f8e9bf66e7427298c5c3c9567aa7d8284e0987#r64479404

Reply via email to