@Beta(value=V1_15_0) public interface GalleryImages extends SupportsCreating<GalleryImage.DefinitionStages.Blank>, HasInner<com.microsoft.azure.management.compute.implementation.GalleryImagesInner>
Modifier and Type | Method and Description |
---|---|
void |
deleteByGallery(String resourceGroupName,
String galleryName,
String galleryImageName)
Delete an image in a gallery.
|
rx.Completable |
deleteByGalleryAsync(String resourceGroupName,
String galleryName,
String galleryImageName)
Delete a gallery image in a gallery.
|
GalleryImage |
getByGallery(String resourceGroupName,
String galleryName,
String galleryImageName)
Retrieves information about an image in a gallery.
|
rx.Observable<GalleryImage> |
getByGalleryAsync(String resourceGroupName,
String galleryName,
String galleryImageName)
Retrieves information about an image in a gallery.
|
PagedList<GalleryImage> |
listByGallery(String resourceGroupName,
String galleryName)
List images under a gallery.
|
rx.Observable<GalleryImage> |
listByGalleryAsync(String resourceGroupName,
String galleryName)
List images under a gallery.
|
define
@Beta(value=V1_15_0) rx.Observable<GalleryImage> getByGalleryAsync(String resourceGroupName, String galleryName, String galleryImageName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the gallery.galleryImageName
- The name of the gallery image.IllegalArgumentException
- thrown if parameters fail the validation@Beta(value=V1_15_0) GalleryImage getByGallery(String resourceGroupName, String galleryName, String galleryImageName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the gallery.galleryImageName
- The name of the gallery image.IllegalArgumentException
- thrown if parameters fail the validation@Beta(value=V1_15_0) rx.Observable<GalleryImage> listByGalleryAsync(String resourceGroupName, String galleryName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the gallery.IllegalArgumentException
- thrown if parameters fail the validation@Beta(value=V1_15_0) PagedList<GalleryImage> listByGallery(String resourceGroupName, String galleryName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the gallery.IllegalArgumentException
- thrown if parameters fail the validation@Beta(value=V1_15_0) rx.Completable deleteByGalleryAsync(String resourceGroupName, String galleryName, String galleryImageName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the gallery.galleryImageName
- The name of the gallery image.IllegalArgumentException
- thrown if parameters fail the validation@Beta(value=V1_15_0) void deleteByGallery(String resourceGroupName, String galleryName, String galleryImageName)
resourceGroupName
- The name of the resource group.galleryName
- The name of the gallery.galleryImageName
- The name of the gallery image.IllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.