@Beta(value=V1_15_0) public interface Gallery extends HasInner<com.microsoft.azure.management.compute.implementation.GalleryInner>, Resource, GroupableResource<com.microsoft.azure.management.compute.implementation.ComputeManager,com.microsoft.azure.management.compute.implementation.GalleryInner>, HasResourceGroup, Refreshable<Gallery>, Updatable<Gallery.Update>, HasManager<com.microsoft.azure.management.compute.implementation.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.
|
rx.Observable<GalleryImage> |
getImageAsync(String imageName)
Retrieves information about an image in the gallery.
|
PagedList<GalleryImage> |
listImages()
List images in the gallery.
|
rx.Observable<GalleryImage> |
listImagesAsync()
List images in the gallery.
|
String |
provisioningState() |
String |
uniqueName() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinnerrefresh, refreshAsync@Beta(value=V1_15_0) String description()
@Beta(value=V1_15_0) String uniqueName()
@Beta(value=V1_15_0) String provisioningState()
@Beta(value=V1_15_0) rx.Observable<GalleryImage> getImageAsync(String imageName)
imageName - The name of the image.IllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_15_0) GalleryImage getImage(String imageName)
imageName - The name of the image.IllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_15_0) rx.Observable<GalleryImage> listImagesAsync()
@Beta(value=V1_15_0) PagedList<GalleryImage> listImages()
Copyright © 2019. All rights reserved.