Interface ImageApi
@Path("/resourcegroups/{resourcegroup}/providers/Microsoft.Compute/images")
@Consumes("application/json")
public interface ImageApi
-
Method Summary
-
Method Details
-
list
-
createOrUpdate
@Named("image:create_or_update") @PUT @Path("/{imageName}") Image createOrUpdate(@PathParam("imageName") String imageName, String location, ImageProperties properties) -
get
-
delete
-