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

IEncryptionProtectorsOperations 接口

定义

EncryptionProtectorsOperations 操作。

public interface IEncryptionProtectorsOperations
type IEncryptionProtectorsOperations = interface
Public Interface IEncryptionProtectorsOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, EncryptionProtector, Dictionary<String,List<String>>, CancellationToken)

汇报现有的加密保护程序。

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

重新验证现有加密保护程序。

CreateOrUpdateWithHttpMessagesAsync(String, String, EncryptionProtector, Dictionary<String,List<String>>, CancellationToken)

汇报现有的加密保护程序。

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

获取服务器加密保护程序。

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

获取服务器加密保护程序的列表

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

获取服务器加密保护程序的列表

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

重新验证现有加密保护程序。

扩展方法

BeginCreateOrUpdate(IEncryptionProtectorsOperations, String, String, EncryptionProtector)

汇报现有的加密保护程序。

BeginCreateOrUpdateAsync(IEncryptionProtectorsOperations, String, String, EncryptionProtector, CancellationToken)

汇报现有的加密保护程序。

BeginRevalidate(IEncryptionProtectorsOperations, String, String)

重新验证现有加密保护程序。

BeginRevalidateAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

重新验证现有加密保护程序。

CreateOrUpdate(IEncryptionProtectorsOperations, String, String, EncryptionProtector)

汇报现有的加密保护程序。

CreateOrUpdateAsync(IEncryptionProtectorsOperations, String, String, EncryptionProtector, CancellationToken)

汇报现有的加密保护程序。

Get(IEncryptionProtectorsOperations, String, String)

获取服务器加密保护程序。

GetAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

获取服务器加密保护程序。

ListByServer(IEncryptionProtectorsOperations, String, String)

获取服务器加密保护程序的列表

ListByServerAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

获取服务器加密保护程序的列表

ListByServerNext(IEncryptionProtectorsOperations, String)

获取服务器加密保护程序的列表

ListByServerNextAsync(IEncryptionProtectorsOperations, String, CancellationToken)

获取服务器加密保护程序的列表

Revalidate(IEncryptionProtectorsOperations, String, String)

重新验证现有加密保护程序。

RevalidateAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

重新验证现有加密保护程序。

适用于