Uses of Interface
com.azure.resourcemanager.compute.models.GalleryImageVersion
Packages that use GalleryImageVersion
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryImageVersion in com.azure.resourcemanager.compute.models
Subinterfaces with type arguments of type GalleryImageVersion in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure gallery image version.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 version update operation, containing all the settings that can be modified.Methods in com.azure.resourcemanager.compute.models that return GalleryImageVersionModifier and TypeMethodDescriptionGalleryImageVersions.getByGalleryImage(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName) Retrieves information about a gallery image version.GalleryImage.getVersion(String versionName) Retrieves information about an image version.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryImageVersionModifier and TypeMethodDescriptionGalleryImageVersions.getByGalleryImageAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName) Retrieves information about a gallery image version.GalleryImage.getVersionAsync(String versionName) Retrieves information about an image version.com.azure.core.http.rest.PagedIterable<GalleryImageVersion> GalleryImageVersions.listByGalleryImage(String resourceGroupName, String galleryName, String galleryImageName) List gallery image versions under a gallery image.com.azure.core.http.rest.PagedFlux<GalleryImageVersion> GalleryImageVersions.listByGalleryImageAsync(String resourceGroupName, String galleryName, String galleryImageName) List gallery image versions under a gallery image.com.azure.core.http.rest.PagedIterable<GalleryImageVersion> GalleryImage.listVersions()List image versions.com.azure.core.http.rest.PagedFlux<GalleryImageVersion> GalleryImage.listVersionsAsync()List image versions.