Uses of Class
com.azure.resourcemanager.compute.models.RestorePointCollectionListResult
-
Packages that use RestorePointCollectionListResult Package Description com.azure.resourcemanager.compute.models 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 RestorePointCollectionListResult Modifier and Type Method Description RestorePointCollectionListResultRestorePointCollectionListResult. withNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of RestorePointCollections.RestorePointCollectionListResultRestorePointCollectionListResult. withValue(List<RestorePointCollectionInner> value)Set the value property: Gets the list of restore point collections.
-