你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IItemLevelRecoveryConnectionsOperations 接口

定义

ItemLevelRecoveryConnectionsOperations 操作。

public interface IItemLevelRecoveryConnectionsOperations
type IItemLevelRecoveryConnectionsOperations = interface
Public Interface IItemLevelRecoveryConnectionsOperations

方法

ProvisionWithHttpMessagesAsync(String, String, String, String, String, String, ILRRequestResource, Dictionary<String,List<String>>, CancellationToken)

预配一个脚本,该脚本调用与备份数据的 iSCSI 连接。 执行此脚本会打开一个文件资源管理器,其中显示了所有可恢复的文件和文件夹。 这是一个异步操作。 若要了解预配状态,请调用 GetProtectedItemOperationResult API。

RevokeWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

撤销可用于下载脚本的 iSCSI 连接。 执行此脚本会打开一个文件资源管理器,其中显示所有可恢复文件和文件夹。 这是一个异步操作。

扩展方法

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

预配一个脚本,该脚本调用与备份数据的 iSCSI 连接。 执行此脚本会打开一个文件资源管理器,其中显示了所有可恢复的文件和文件夹。 这是一个异步操作。 若要了解预配状态,请调用 GetProtectedItemOperationResult API。

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

预配一个脚本,该脚本调用与备份数据的 iSCSI 连接。 执行此脚本会打开一个文件资源管理器,其中显示了所有可恢复的文件和文件夹。 这是一个异步操作。 若要了解预配状态,请调用 GetProtectedItemOperationResult API。

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

撤销可用于下载脚本的 iSCSI 连接。 执行此脚本会打开一个文件资源管理器,其中显示所有可恢复文件和文件夹。 这是一个异步操作。

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

撤销可用于下载脚本的 iSCSI 连接。 执行此脚本会打开一个文件资源管理器,其中显示所有可恢复文件和文件夹。 这是一个异步操作。

适用于