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