Uses of Interface
com.azure.resourcemanager.compute.models.GalleryImage
Packages that use GalleryImage
Package
Description
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 GalleryImageModifier 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.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryImageModifier and TypeMethodDescriptionGalleryImages.getByGalleryAsync(String resourceGroupName, String galleryName, String galleryImageName) Retrieves information about an image in a gallery.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.