ListManagementImageLists Interface
public interface ListManagementImageLists
An instance of this class provides access to all the operations defined in ListManagementImageLists.
Method Summary
Modifier and Type | Method and Description |
---|---|
Image |
create(String contentType, BodyModel bodyParameter)
Creates an image list. |
Observable<Image |
createAsync(String contentType, BodyModel bodyParameter)
Creates an image list. |
String |
delete(String listId)
Deletes image list with the list Id equal to list Id passed. |
Observable<String> |
deleteAsync(String listId)
Deletes image list with the list Id equal to list Id passed. |
List<Image |
getAllImageLists()
Gets all the Image Lists. |
Observable<List<Image |
getAllImageListsAsync()
Gets all the Image Lists. |
Image |
getDetails(String listId)
Returns the details of the image list with list Id equal to list Id passed. |
Observable<Image |
getDetailsAsync(String listId)
Returns the details of the image list with list Id equal to list Id passed. |
Refresh |
refreshIndexMethod(String listId)
Refreshes the index of the list with list Id equal to list Id passed. |
Observable<Refresh |
refreshIndexMethodAsync(String listId)
Refreshes the index of the list with list Id equal to list Id passed. |
Image |
update(String listId, String contentType, BodyModel bodyParameter)
Updates an image list with list Id equal to list Id passed. |
Observable<Image |
updateAsync(String listId, String contentType, BodyModel bodyParameter)
Updates an image list with list Id equal to list Id passed. |
Method Details
create
public ImageList create(String contentType, BodyModel bodyParameter)
Creates an image list.
Parameters:
Returns:
Throws:
createAsync
public Observable
Creates an image list.
Parameters:
Returns:
Throws:
delete
public String delete(String listId)
Deletes image list with the list Id equal to list Id passed.
Parameters:
Returns:
Throws:
deleteAsync
public Observable
Deletes image list with the list Id equal to list Id passed.
Parameters:
Returns:
Throws:
getAllImageLists
public List
Gets all the Image Lists.
Returns:
Throws:
getAllImageListsAsync
public Observable> getAllImageListsAsync()
Gets all the Image Lists.
Returns:
Throws:
getDetails
public ImageList getDetails(String listId)
Returns the details of the image list with list Id equal to list Id passed.
Parameters:
Returns:
Throws:
getDetailsAsync
public Observable
Returns the details of the image list with list Id equal to list Id passed.
Parameters:
Returns:
Throws:
refreshIndexMethod
public RefreshIndex refreshIndexMethod(String listId)
Refreshes the index of the list with list Id equal to list Id passed.
Parameters:
Returns:
Throws:
refreshIndexMethodAsync
public Observable
Refreshes the index of the list with list Id equal to list Id passed.
Parameters:
Returns:
Throws:
update
public ImageList update(String listId, String contentType, BodyModel bodyParameter)
Updates an image list with list Id equal to list Id passed.
Parameters:
Returns:
Throws:
updateAsync
public Observable
Updates an image list with list Id equal to list Id passed.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java