Uses of Class
com.azure.resourcemanager.compute.models.SharedGalleryImageVersionList
Packages that use SharedGalleryImageVersionList
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SharedGalleryImageVersionList in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type SharedGalleryImageVersionListModifier and TypeClassDescriptionfinal classThe List Shared Gallery Image versions operation response.Methods in com.azure.resourcemanager.compute.models that return SharedGalleryImageVersionListModifier and TypeMethodDescriptionSharedGalleryImageVersionList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedGalleryImageVersionList from the JsonReader.SharedGalleryImageVersionList.withNextLink(String nextLink) Set the nextLink property: The link to the next page of items.SharedGalleryImageVersionList.withValue(List<SharedGalleryImageVersionInner> value) Set the value property: The SharedGalleryImageVersion items on this page.