IEncryptionProtectorsOperations Interface

Definition

EncryptionProtectorsOperations operations.

public interface IEncryptionProtectorsOperations
type IEncryptionProtectorsOperations = interface
Public Interface IEncryptionProtectorsOperations

Methods

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

Updates an existing encryption protector.

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

Revalidates an existing encryption protector.

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

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

Revalidates an existing encryption protector.

Extension Methods

BeginCreateOrUpdate(IEncryptionProtectorsOperations, String, String, EncryptionProtector)

Updates an existing encryption protector.

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

Updates an existing encryption protector.

BeginRevalidate(IEncryptionProtectorsOperations, String, String)

Revalidates an existing encryption protector.

BeginRevalidateAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

Revalidates an existing encryption protector.

CreateOrUpdate(IEncryptionProtectorsOperations, String, String, EncryptionProtector)

Updates an existing encryption protector.

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

Updates an existing encryption protector.

Get(IEncryptionProtectorsOperations, String, String)

Gets a server encryption protector.

GetAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

Gets a server encryption protector.

ListByServer(IEncryptionProtectorsOperations, String, String)

Gets a list of server encryption protectors

ListByServerAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

Gets a list of server encryption protectors

ListByServerNext(IEncryptionProtectorsOperations, String)

Gets a list of server encryption protectors

ListByServerNextAsync(IEncryptionProtectorsOperations, String, CancellationToken)

Gets a list of server encryption protectors

Revalidate(IEncryptionProtectorsOperations, String, String)

Revalidates an existing encryption protector.

RevalidateAsync(IEncryptionProtectorsOperations, String, String, CancellationToken)

Revalidates an existing encryption protector.

Applies to