Uses of Class
com.azure.resourcemanager.compute.models.GalleryScriptVersionList
Packages that use GalleryScriptVersionList
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryScriptVersionList in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type GalleryScriptVersionListModifier and TypeClassDescriptionfinal classPaged collection of GalleryScriptVersion items.Methods in com.azure.resourcemanager.compute.models that return GalleryScriptVersionListModifier and TypeMethodDescriptionstatic GalleryScriptVersionListGalleryScriptVersionList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryScriptVersionList from the JsonReader.GalleryScriptVersionList.withNextLink(String nextLink) Set the nextLink property: The link to the next page of items.GalleryScriptVersionList.withValue(List<GalleryScriptVersionInner> value) Set the value property: The GalleryScriptVersion items on this page.