Share via


RecoveryPointOperations interface

Interface representing a RecoveryPoint operations.

Properties

get

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

list

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

Property Details

get

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

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

Property Value

(resourceGroupName: string, vaultName: string, protectedItemName: string, recoveryPointName: string, options?: RecoveryPointGetOptionalParams) => Promise<RecoveryPointModel>

list

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

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

Property Value

(resourceGroupName: string, vaultName: string, protectedItemName: string, options?: RecoveryPointListOptionalParams) => PagedAsyncIterableIterator<RecoveryPointModel, RecoveryPointModel[], PageSettings>