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