Uses of Interface
com.azure.resourcemanager.compute.models.GalleryImage
-
Packages that use GalleryImage Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of GalleryImage in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryImage Modifier and Type Method Description GalleryImageGalleryImages. getByGallery(String resourceGroupName, String galleryName, String galleryImageName)Retrieves information about an image in a gallery.GalleryImageGallery. getImage(String imageName)Retrieves information about an image in the gallery.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryImage Modifier and Type Method Description Mono<GalleryImage>GalleryImages. getByGalleryAsync(String resourceGroupName, String galleryName, String galleryImageName)Retrieves information about an image in a gallery.Mono<GalleryImage>Gallery. getImageAsync(String imageName)Retrieves information about an image in the gallery.com.azure.core.http.rest.PagedIterable<GalleryImage>GalleryImages. listByGallery(String resourceGroupName, String galleryName)List images under a gallery.com.azure.core.http.rest.PagedFlux<GalleryImage>GalleryImages. listByGalleryAsync(String resourceGroupName, String galleryName)List images under a gallery.com.azure.core.http.rest.PagedIterable<GalleryImage>Gallery. listImages()List images in the gallery.com.azure.core.http.rest.PagedFlux<GalleryImage>Gallery. listImagesAsync()List images in the gallery.
-