GalleryImages Interface
Implements
public interface GalleryImages
extends SupportsCreating<Blank>
Entry point to gallery images management API in Azure.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract void |
deleteByGallery(String resourceGroupName, String galleryName, String galleryImageName)
Delete an image in a gallery. |
abstract Mono<Void> |
deleteByGalleryAsync(String resourceGroupName, String galleryName, String galleryImageName)
Delete a gallery image in a gallery. |
abstract
Gallery |
getByGallery(String resourceGroupName, String galleryName, String galleryImageName)
Retrieves information about an image in a gallery. |
abstract
Mono<Gallery |
getByGalleryAsync(String resourceGroupName, String galleryName, String galleryImageName)
Retrieves information about an image in a gallery. |
abstract
Paged |
listByGallery(String resourceGroupName, String galleryName)
List images under a gallery. |
abstract
Paged |
listByGalleryAsync(String resourceGroupName, String galleryName)
List images under a gallery. |
Method Details
deleteByGallery
public abstract void deleteByGallery(String resourceGroupName, String galleryName, String galleryImageName)
Delete an image in a gallery.
Parameters:
deleteByGalleryAsync
public abstract Mono
Delete a gallery image in a gallery.
Parameters:
Returns:
getByGallery
public abstract GalleryImage getByGallery(String resourceGroupName, String galleryName, String galleryImageName)
Retrieves information about an image in a gallery.
Parameters:
Returns:
getByGalleryAsync
public abstract Mono
Retrieves information about an image in a gallery.
Parameters:
Returns:
listByGallery
public abstract PagedIterable
List images under a gallery.
Parameters:
Returns:
listByGalleryAsync
public abstract PagedFlux
List images under a gallery.
Parameters:
Returns:
Applies to
Azure SDK for Java