RecoveryPoints interface

Interface representing a RecoveryPoints.

Methods

get(string, string, string, string, string, string, RecoveryPointsGetOptionalParams)

Provides the information of the backed up data identified using RecoveryPointID. This is an asynchronous operation. To know the status of the operation, call the GetProtectedItemOperationResult API.

list(string, string, string, string, string, RecoveryPointsListOptionalParams)

Lists the backup copies for the backed up item.

Method Details

get(string, string, string, string, string, string, RecoveryPointsGetOptionalParams)

Provides the information of the backed up data identified using RecoveryPointID. This is an asynchronous operation. To know the status of the operation, call the GetProtectedItemOperationResult API.

function get(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, protectedItemName: string, recoveryPointId: string, options?: RecoveryPointsGetOptionalParams): Promise<RecoveryPointResource>

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

Fabric name associated with backed up item.

containerName

string

Container name associated with backed up item.

protectedItemName

string

Backed up item name whose backup data needs to be fetched.

recoveryPointId

string

RecoveryPointID represents the backed up data to be fetched.

options
RecoveryPointsGetOptionalParams

The options parameters.

Returns

list(string, string, string, string, string, RecoveryPointsListOptionalParams)

Lists the backup copies for the backed up item.

function list(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, protectedItemName: string, options?: RecoveryPointsListOptionalParams): 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

Fabric name associated with the backed up item.

containerName

string

Container name associated with the backed up item.

protectedItemName

string

Backed up item whose backup copies are to be fetched.

options
RecoveryPointsListOptionalParams

The options parameters.

Returns