Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.RecoveryPointResourceList
-
Packages that use RecoveryPointResourceList Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of RecoveryPointResourceList in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return RecoveryPointResourceList Modifier and Type Method Description RecoveryPointResourceList
RecoveryPointResourceList. withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of resources.RecoveryPointResourceList
RecoveryPointResourceList. withValue(List<RecoveryPointResourceInner> value)
Set the value property: List of resources.
-