RecoveryPoints interface

Interface representing a RecoveryPoints.

Methods

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

Get the details of specified recovery point.

listByReplicationProtectedItems(string, string, string, string, string, RecoveryPointsListByReplicationProtectedItemsOptionalParams)

Lists the available recovery points for a replication protected item.

Method Details

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

Get the details of specified recovery point.

function get(resourceName: string, resourceGroupName: string, fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, recoveryPointName: string, options?: RecoveryPointsGetOptionalParams): Promise<RecoveryPoint>

Parameters

resourceName

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

The fabric name.

protectionContainerName

string

The protection container name.

replicatedProtectedItemName

string

The replication protected item name.

recoveryPointName

string

The recovery point name.

options
RecoveryPointsGetOptionalParams

The options parameters.

Returns

Promise<RecoveryPoint>

listByReplicationProtectedItems(string, string, string, string, string, RecoveryPointsListByReplicationProtectedItemsOptionalParams)

Lists the available recovery points for a replication protected item.

function listByReplicationProtectedItems(resourceName: string, resourceGroupName: string, fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options?: RecoveryPointsListByReplicationProtectedItemsOptionalParams): PagedAsyncIterableIterator<RecoveryPoint, RecoveryPoint[], PageSettings>

Parameters

resourceName

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

The fabric name.

protectionContainerName

string

The protection container name.

replicatedProtectedItemName

string

The replication protected item name.

Returns