public interface GalleryImages extends SupportsCreating<GalleryImage.DefinitionStages.Blank>
Modifier and Type | Method and Description |
---|---|
void |
deleteByGallery(String resourceGroupName,
String galleryName,
String galleryImageName)
Delete an image in a gallery.
|
Mono<Void> |
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.
|
Mono<GalleryImage> |
getByGalleryAsync(String resourceGroupName,
String galleryName,
String galleryImageName)
Retrieves information about an image in a gallery.
|
com.azure.core.http.rest.PagedIterable<GalleryImage> |
listByGallery(String resourceGroupName,
String galleryName)
List images under a gallery.
|
com.azure.core.http.rest.PagedFlux<GalleryImage> |
listByGalleryAsync(String resourceGroupName,
String galleryName)
List images under a gallery.
|
define
Mono<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 validationGalleryImage 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 validationcom.azure.core.http.rest.PagedFlux<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 validationcom.azure.core.http.rest.PagedIterable<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 validationMono<Void> 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 validationvoid 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 © 2020 Microsoft Corporation. All rights reserved.