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