RecoveryPointsRecommendedForMove interface

Interface representing a RecoveryPointsRecommendedForMove.

Methods

list(string, string, string, string, string, ListRecoveryPointsRecommendedForMoveRequest, RecoveryPointsRecommendedForMoveListOptionalParams)

Lists the recovery points recommended for move to another tier

Method Details

list(string, string, string, string, string, ListRecoveryPointsRecommendedForMoveRequest, RecoveryPointsRecommendedForMoveListOptionalParams)

Lists the recovery points recommended for move to another tier

function list(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, protectedItemName: string, parameters: ListRecoveryPointsRecommendedForMoveRequest, options?: RecoveryPointsRecommendedForMoveListOptionalParams): PagedAsyncIterableIterator<RecoveryPointResource, RecoveryPointResource[], PageSettings>

Parameters

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

options
RecoveryPointsRecommendedForMoveListOptionalParams

The options parameters.

Returns