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