EncryptionProtectorsOperationsExtensions Class

Definition

Extension methods for EncryptionProtectorsOperations.

public static class EncryptionProtectorsOperationsExtensions
type EncryptionProtectorsOperationsExtensions = class
Public Module EncryptionProtectorsOperationsExtensions
Inheritance
EncryptionProtectorsOperationsExtensions

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