Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
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.
|
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.
|
PagedList<GalleryImage> |
Gallery.listImages()
List images in the gallery.
|
rx.Observable<GalleryImage> |
Gallery.listImagesAsync()
List images in the gallery.
|
Copyright © 2019. All rights reserved.