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