Uses of Class
com.azure.resourcemanager.compute.models.CommunityGalleryImageVersionList
Packages that use CommunityGalleryImageVersionList
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CommunityGalleryImageVersionList in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type CommunityGalleryImageVersionListModifier and TypeClassDescriptionfinal classThe List Community Gallery Image versions operation response.Methods in com.azure.resourcemanager.compute.models that return CommunityGalleryImageVersionListModifier and TypeMethodDescriptionCommunityGalleryImageVersionList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CommunityGalleryImageVersionList from the JsonReader.CommunityGalleryImageVersionList.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of community gallery image versions.CommunityGalleryImageVersionList.withValue(List<CommunityGalleryImageVersionInner> value) Set the value property: A list of community gallery image versions.