RecoveryPoints interface

Interface representing a RecoveryPoints.

Methods

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

Gets the details of the recovery point of a protected item.

list(string, string, string, RecoveryPointsListOptionalParams)

Gets the list of recovery points of the given protected item.

Method Details

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

Gets the details of the recovery point of a protected item.

function get(resourceGroupName: string, vaultName: string, protectedItemName: string, recoveryPointName: string, options?: RecoveryPointsGetOptionalParams): Promise<RecoveryPointModel>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

vaultName

string

The vault name.

protectedItemName

string

The protected item name.

recoveryPointName

string

The recovery point name.

options
RecoveryPointsGetOptionalParams

The options parameters.

Returns

list(string, string, string, RecoveryPointsListOptionalParams)

Gets the list of recovery points of the given protected item.

function list(resourceGroupName: string, vaultName: string, protectedItemName: string, options?: RecoveryPointsListOptionalParams): PagedAsyncIterableIterator<RecoveryPointModel, RecoveryPointModel[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

vaultName

string

The vault name.

protectedItemName

string

The protected item name.

options
RecoveryPointsListOptionalParams

The options parameters.

Returns