BackupProtectedItemResource.GetRecoveryPointsRecommendedForMove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the recovery points recommended for move to another tier
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPointsRecommendedForMove
- Operation Id: RecoveryPointsRecommendedForMove_List
public virtual Azure.Pageable<Azure.ResourceManager.RecoveryServicesBackup.BackupRecoveryPointResource> GetRecoveryPointsRecommendedForMove (Azure.ResourceManager.RecoveryServicesBackup.Models.RecoveryPointsRecommendedForMoveContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRecoveryPointsRecommendedForMove : Azure.ResourceManager.RecoveryServicesBackup.Models.RecoveryPointsRecommendedForMoveContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RecoveryServicesBackup.BackupRecoveryPointResource>
override this.GetRecoveryPointsRecommendedForMove : Azure.ResourceManager.RecoveryServicesBackup.Models.RecoveryPointsRecommendedForMoveContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RecoveryServicesBackup.BackupRecoveryPointResource>
Public Overridable Function GetRecoveryPointsRecommendedForMove (content As RecoveryPointsRecommendedForMoveContent, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BackupRecoveryPointResource)
Parameters
List Recovery points Recommended for Move Request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of BackupRecoveryPointResource that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET