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
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.