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()
Gets description for the gallery resource. |
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()
Gets the provisioning state of the gallery resource. |
abstract String |
uniqueName()
Gets the unique name of the gallery resource. |
Method Details
description
public abstract String description()
Gets description for the gallery resource.
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()
Gets the provisioning state of the gallery resource.
Returns:
uniqueName
public abstract String uniqueName()
Gets the unique name of the gallery resource.
Returns: