IEncryptionProtectorsOperations Interface

Definition

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