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