IItemLevelRecoveryConnectionsOperations Interface

Definition

ItemLevelRecoveryConnectionsOperations operations.

public interface IItemLevelRecoveryConnectionsOperations
type IItemLevelRecoveryConnectionsOperations = interface
Public Interface IItemLevelRecoveryConnectionsOperations

Methods

ProvisionWithHttpMessagesAsync(String, String, String, String, String, String, ILRRequestResource, Dictionary<String,List<String>>, 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.

RevokeWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<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.

Extension 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