Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ItemLevelRecoveryConnectionsImpl

Package version

Class containing ItemLevelRecoveryConnections operations.

Hierarchy

  • ItemLevelRecoveryConnectionsImpl

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

provision

  • Provisions a script which invokes an iSCSI connection to the backup data. Executing this script opens a file explorer displaying all the recoverable files and folders. This is an asynchronous operation. To know the status of provisioning, call 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 the backed up items.

    • containerName: string

      Container name associated with the backed up items.

    • protectedItemName: string

      Backed up item name whose files/folders are to be restored.

    • recoveryPointId: string

      Recovery point ID which represents backed up data. iSCSI connection will be provisioned for this backed up data.

    • parameters: ILRRequestResource

      resource ILR request

    • Optional options: ItemLevelRecoveryConnectionsProvisionOptionalParams

      The options parameters.

    Returns Promise<void>

revoke

  • Revokes an iSCSI connection which can be used to download a script. Executing this script opens a file explorer displaying all recoverable files and folders. This is an asynchronous operation.

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

    • containerName: string

      Container name associated with the backed up items.

    • protectedItemName: string

      Backed up item name whose files/folders are to be restored.

    • recoveryPointId: string

      Recovery point ID which represents backed up data. iSCSI connection will be revoked for this backed up data.

    • Optional options: ItemLevelRecoveryConnectionsRevokeOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc