Share via


ItemLevelRecoveryConnectionsOperationsExtensions Class

Definition

Extension methods for ItemLevelRecoveryConnectionsOperations.

public static class ItemLevelRecoveryConnectionsOperationsExtensions
type ItemLevelRecoveryConnectionsOperationsExtensions = class
Public Module ItemLevelRecoveryConnectionsOperationsExtensions
Inheritance
ItemLevelRecoveryConnectionsOperationsExtensions

Methods

Provision(IItemLevelRecoveryConnectionsOperations, String, String, String, String, String, String, ILRRequestResource)

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.

ProvisionAsync(IItemLevelRecoveryConnectionsOperations, String, String, String, String, String, String, ILRRequestResource, CancellationToken)

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.

Revoke(IItemLevelRecoveryConnectionsOperations, String, String, String, String, String, String)

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.

RevokeAsync(IItemLevelRecoveryConnectionsOperations, String, String, String, String, String, String, CancellationToken)

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.

Applies to