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