Uses of Class
com.azure.resourcemanager.compute.models.RestorePointCollectionListResult
Packages that use RestorePointCollectionListResult
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of RestorePointCollectionListResult in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type RestorePointCollectionListResultModifier and TypeClassDescriptionfinal classThe List restore point collection operation response.Methods in com.azure.resourcemanager.compute.models that return RestorePointCollectionListResultModifier and TypeMethodDescriptionRestorePointCollectionListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePointCollectionListResult from the JsonReader.RestorePointCollectionListResult.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of RestorePointCollections.RestorePointCollectionListResult.withValue(List<RestorePointCollectionInner> value) Set the value property: Gets the list of restore point collections.