public interface Gallery extends HasInnerModel<GalleryInner>, Resource, GroupableResource<ComputeManager,GalleryInner>, HasResourceGroup, Refreshable<Gallery>, Updatable<Gallery.Update>, HasManager<ComputeManager>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Gallery.Definition
The entirety of the gallery definition.
|
static interface |
Gallery.DefinitionStages
Grouping of gallery definition stages.
|
static interface |
Gallery.Update
The template for a Gallery update operation, containing all the settings that can be modified.
|
static interface |
Gallery.UpdateStages
Grouping of gallery update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
String |
description() |
GalleryImage |
getImage(String imageName)
Retrieves information about an image in the gallery.
|
Mono<GalleryImage> |
getImageAsync(String imageName)
Retrieves information about an image in the gallery.
|
com.azure.core.http.rest.PagedIterable<GalleryImage> |
listImages()
List images in the gallery.
|
com.azure.core.http.rest.PagedFlux<GalleryImage> |
listImagesAsync()
List images in the gallery.
|
String |
provisioningState() |
String |
uniqueName() |
region, regionName, tags, typenameresourceGroupNamemanagerinnerModelrefresh, refreshAsyncString description()
String uniqueName()
String provisioningState()
Mono<GalleryImage> getImageAsync(String imageName)
imageName - The name of the image.IllegalArgumentException - thrown if parameters fail the validationGalleryImage getImage(String imageName)
imageName - The name of the image.IllegalArgumentException - thrown if parameters fail the validationcom.azure.core.http.rest.PagedFlux<GalleryImage> listImagesAsync()
com.azure.core.http.rest.PagedIterable<GalleryImage> listImages()
Copyright © 2020 Microsoft Corporation. All rights reserved.