Uses of Class
com.azure.resourcemanager.compute.models.SharedGalleryList
Packages that use SharedGalleryList
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SharedGalleryList in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type SharedGalleryListModifier and TypeClassDescriptionfinal classThe List Shared Galleries operation response.Methods in com.azure.resourcemanager.compute.models that return SharedGalleryListModifier and TypeMethodDescriptionstatic SharedGalleryListSharedGalleryList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedGalleryList from the JsonReader.SharedGalleryList.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of shared galleries.SharedGalleryList.withValue(List<SharedGalleryInner> value) Set the value property: A list of shared galleries.