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