Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecoveryPoints

Package version

Interface representing a RecoveryPoints.

Hierarchy

  • RecoveryPoints

Implemented by

Index

Methods

Methods

get

  • 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.

    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.

    • Optional options: RecoveryPointsGetOptionalParams

      The options parameters.

    Returns Promise<RecoveryPointsGetResponse>

list

  • Lists the backup copies for the backed up item.

    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.

    • Optional options: RecoveryPointsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<RecoveryPointResource>

Generated using TypeDoc