RecoveryPointsRecommendedForMoveOperationsExtensions.List 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
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource> List (this Microsoft.Azure.Management.RecoveryServices.Backup.IRecoveryPointsRecommendedForMoveOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ListRecoveryPointsRecommendedForMoveRequest parameters);
static member List : Microsoft.Azure.Management.RecoveryServices.Backup.IRecoveryPointsRecommendedForMoveOperations * string * string * string * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ListRecoveryPointsRecommendedForMoveRequest -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource>
<Extension()>
Public Function List (operations As IRecoveryPointsRecommendedForMoveOperations, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String, protectedItemName As String, parameters As ListRecoveryPointsRecommendedForMoveRequest) As IPage(Of RecoveryPointResource)
Parameters
- operations
- IRecoveryPointsRecommendedForMoveOperations
The operations group for this extension method.
- vaultName
- String
The name of the recovery services vault.
- resourceGroupName
- String
The name of the resource group where the recovery services vault is present.
- fabricName
- String
- containerName
- String
- protectedItemName
- String
- parameters
- ListRecoveryPointsRecommendedForMoveRequest
List Recovery points Recommended for Move Request