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
Subinterfaces with type arguments of type GalleryImage in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure gallery image.static interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceThe template for a gallery image update operation, containing all the settings that can be modified.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.