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

IEncryptionProtectorsOperations 接口

定义

EncryptionProtectorsOperations 操作。

public interface IEncryptionProtectorsOperations
type IEncryptionProtectorsOperations = interface
Public Interface IEncryptionProtectorsOperations

方法

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

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

CreateOrUpdateWithHttpMessagesAsync(String, String, EncryptionProtectorInner, 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)

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

扩展方法

BeginCreateOrUpdateAsync(IEncryptionProtectorsOperations, String, String, EncryptionProtectorInner, CancellationToken)

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

CreateOrUpdateAsync(IEncryptionProtectorsOperations, String, String, EncryptionProtectorInner, CancellationToken)

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

GetAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

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

ListByServerAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

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

ListByServerNextAsync(IEncryptionProtectorsOperations, String, CancellationToken)

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

适用于