public interface OSImageApi
OSImageAsyncApi| Modifier and Type | Method and Description | 
|---|---|
void | 
add(OSImageParams params)
The Add OS Image operation adds an OS image that is currently stored in a storage account in your subscription to the image repository. 
 | 
void | 
delete(String imageName)
The Delete Hosted Service operation deletes the specified hosted service from Windows Azure. 
 | 
Set<OSImage> | 
list()
The List Hosted Services operation lists the hosted services available under the current
 subscription. 
 | 
void | 
update(OSImageParams params)
The Update OS Image operation updates an OS image that in your image repository. 
 | 
Set<OSImage> list()
void add(OSImageParams params)
params - the required parameters needed to add an imagevoid update(OSImageParams params)
params - the required parameters needed to update an imagevoid delete(String imageName)
imageName - the unique DNS Prefix value in the Windows Azure Management PortalCopyright © 2009-2013 jclouds. All Rights Reserved.