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