IEncryptionProtectorsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EncryptionProtectorsOperations operations.
public interface IEncryptionProtectorsOperations
type IEncryptionProtectorsOperations = interface
Public Interface IEncryptionProtectorsOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, EncryptionProtectorInner, Dictionary<String,List<String>>, CancellationToken) |
Updates an existing encryption protector. |
CreateOrUpdateWithHttpMessagesAsync(String, String, EncryptionProtectorInner, Dictionary<String,List<String>>, CancellationToken) |
Updates an existing encryption protector. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a server encryption protector. |
ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of server encryption protectors |
ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of server encryption protectors |
Extension Methods
BeginCreateOrUpdateAsync(IEncryptionProtectorsOperations, String, String, EncryptionProtectorInner, CancellationToken) |
Updates an existing encryption protector. |
CreateOrUpdateAsync(IEncryptionProtectorsOperations, String, String, EncryptionProtectorInner, CancellationToken) |
Updates an existing encryption protector. |
GetAsync(IEncryptionProtectorsOperations, String, String, CancellationToken) |
Gets a server encryption protector. |
ListByServerAsync(IEncryptionProtectorsOperations, String, String, CancellationToken) |
Gets a list of server encryption protectors |
ListByServerNextAsync(IEncryptionProtectorsOperations, String, CancellationToken) |
Gets a list of server encryption protectors |
Applies to
Azure SDK for .NET