Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ListRecoveryPointsRecommendedForMoveRequest
-
Packages that use ListRecoveryPointsRecommendedForMoveRequest Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent Package containing the service clients for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ListRecoveryPointsRecommendedForMoveRequest in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent with parameters of type ListRecoveryPointsRecommendedForMoveRequest Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<RecoveryPointResourceInner>
RecoveryPointsRecommendedForMovesClient. list(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, ListRecoveryPointsRecommendedForMoveRequest parameters)
Lists the recovery points recommended for move to another tier.com.azure.core.http.rest.PagedIterable<RecoveryPointResourceInner>
RecoveryPointsRecommendedForMovesClient. list(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, ListRecoveryPointsRecommendedForMoveRequest parameters, com.azure.core.util.Context context)
Lists the recovery points recommended for move to another tier. -
Uses of ListRecoveryPointsRecommendedForMoveRequest in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ListRecoveryPointsRecommendedForMoveRequest Modifier and Type Method Description ListRecoveryPointsRecommendedForMoveRequest
ListRecoveryPointsRecommendedForMoveRequest. withExcludedRPList(List<String> excludedRPList)
Set the excludedRPList property: List of Recovery Points excluded from Move.ListRecoveryPointsRecommendedForMoveRequest
ListRecoveryPointsRecommendedForMoveRequest. withObjectType(String objectType)
Set the objectType property: Gets the class type.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type ListRecoveryPointsRecommendedForMoveRequest Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<RecoveryPointResource>
RecoveryPointsRecommendedForMoves. list(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, ListRecoveryPointsRecommendedForMoveRequest parameters)
Lists the recovery points recommended for move to another tier.com.azure.core.http.rest.PagedIterable<RecoveryPointResource>
RecoveryPointsRecommendedForMoves. list(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, ListRecoveryPointsRecommendedForMoveRequest parameters, com.azure.core.util.Context context)
Lists the recovery points recommended for move to another tier.
-