Gallery Interface
Implements
public interface Gallery
extends HasInnerModel<GalleryInner>, Resource, GroupableResource<ComputeManager,GalleryInner>, HasResourceGroup, Refreshable<Gallery>, Updatable<Update>, HasManager<ComputeManager>
An immutable client-side representation of an Azure gallery.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | description() |
abstract
Gallery |
getImage(String imageName)
Retrieves information about an image in the gallery. |
abstract
Mono<Gallery |
getImageAsync(String imageName)
Retrieves information about an image in the gallery. |
abstract
Paged |
listImages()
List images in the gallery. |
abstract
Paged |
listImagesAsync()
List images in the gallery. |
abstract String | provisioningState() |
abstract String | uniqueName() |
Method Details
description
public abstract String description()
Returns:
getImage
public abstract GalleryImage getImage(String imageName)
Retrieves information about an image in the gallery.
Parameters:
Returns:
getImageAsync
public abstract Mono
Retrieves information about an image in the gallery.
Parameters:
Returns:
listImages
public abstract PagedIterable
List images in the gallery.
Returns:
listImagesAsync
public abstract PagedFlux
List images in the gallery.
Returns:
provisioningState
public abstract String provisioningState()
Returns:
uniqueName
public abstract String uniqueName()
Returns:
Applies to
Azure SDK for Java