Uses of Interface
com.microsoft.azure.management.compute.GalleryImage
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of GalleryImage in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionGalleryImages.getByGallery
(String resourceGroupName, String galleryName, String galleryImageName) Retrieves information about an image in a gallery.Retrieves information about an image in the gallery.Modifier and TypeMethodDescriptionrx.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.