WorkspaceManagedSqlServerEncryptionProtectorOperationsExtensions Class

Definition

Extension methods for WorkspaceManagedSqlServerEncryptionProtectorOperations.

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

Methods

BeginCreateOrUpdate(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String, EncryptionProtector)

Updates workspace server's encryption protector.

BeginCreateOrUpdateAsync(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String, EncryptionProtector, CancellationToken)

Updates workspace server's encryption protector.

BeginRevalidate(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String)

Revalidates server's existing encryption protector.

BeginRevalidateAsync(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String, CancellationToken)

Revalidates server's existing encryption protector.

CreateOrUpdate(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String, EncryptionProtector)

Updates workspace server's encryption protector.

CreateOrUpdateAsync(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String, EncryptionProtector, CancellationToken)

Updates workspace server's encryption protector.

Get(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String)

Get workspace server's encryption protector.

GetAsync(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String, CancellationToken)

Get workspace server's encryption protector.

List(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String)

Get list of encryption protectors for the server.

ListAsync(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String, CancellationToken)

Get list of encryption protectors for the server.

ListNext(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String)

Get list of encryption protectors for the server.

ListNextAsync(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, CancellationToken)

Get list of encryption protectors for the server.

Revalidate(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String)

Revalidates server's existing encryption protector.

RevalidateAsync(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String, CancellationToken)

Revalidates server's existing encryption protector.

Applies to