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