Uses of Class
com.azure.resourcemanager.compute.models.GalleryImageVersionList
Packages that use GalleryImageVersionList
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryImageVersionList in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type GalleryImageVersionListModifier and TypeClassDescriptionfinal classThe List Gallery Image version operation response.Methods in com.azure.resourcemanager.compute.models that return GalleryImageVersionListModifier and TypeMethodDescriptionstatic GalleryImageVersionListGalleryImageVersionList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryImageVersionList from the JsonReader.GalleryImageVersionList.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of gallery image versions.GalleryImageVersionList.withValue(List<GalleryImageVersionInner> value) Set the value property: A list of gallery image versions.