| Modifier and Type | Method and Description |
|---|---|
GalleryImage |
GalleryImages.getByGallery(String resourceGroupName,
String galleryName,
String galleryImageName)
Retrieves information about an image in a gallery.
|
GalleryImage |
Gallery.getImage(String imageName)
Retrieves information about an image in the gallery.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<GalleryImage> |
GalleryImages.getByGalleryAsync(String resourceGroupName,
String galleryName,
String galleryImageName)
Retrieves information about an image in a gallery.
|
rx.Observable<GalleryImage> |
Gallery.getImageAsync(String imageName)
Retrieves information about an image in the gallery.
|
com.microsoft.azure.PagedList<GalleryImage> |
GalleryImages.listByGallery(String resourceGroupName,
String galleryName)
List images under a gallery.
|
rx.Observable<GalleryImage> |
GalleryImages.listByGalleryAsync(String resourceGroupName,
String galleryName)
List images under a gallery.
|
com.microsoft.azure.PagedList<GalleryImage> |
Gallery.listImages()
List images in the gallery.
|
rx.Observable<GalleryImage> |
Gallery.listImagesAsync()
List images in the gallery.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/