Uses of Class
com.azure.resourcemanager.compute.models.CommunityGalleryImageList
Packages that use CommunityGalleryImageList
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CommunityGalleryImageList in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type CommunityGalleryImageListModifier and TypeClassDescriptionfinal classThe List Community Gallery Images operation response.Methods in com.azure.resourcemanager.compute.models that return CommunityGalleryImageListModifier and TypeMethodDescriptionstatic CommunityGalleryImageListCommunityGalleryImageList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CommunityGalleryImageList from the JsonReader.CommunityGalleryImageList.withNextLink(String nextLink) Set the nextLink property: The link to the next page of items.CommunityGalleryImageList.withValue(List<CommunityGalleryImageInner> value) Set the value property: A list of community gallery images.