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