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