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