Share via


IWorkspaceManagedSqlServerEncryptionProtectorOperations Interface

Definition

WorkspaceManagedSqlServerEncryptionProtectorOperations operations.

public interface IWorkspaceManagedSqlServerEncryptionProtectorOperations
type IWorkspaceManagedSqlServerEncryptionProtectorOperations = interface
Public Interface IWorkspaceManagedSqlServerEncryptionProtectorOperations

Methods

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

Updates workspace server's encryption protector.

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

Revalidates server's existing encryption protector.

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

Updates workspace server's encryption protector.

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

Get workspace server's encryption protector.

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

Get list of encryption protectors for the server.

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

Get list of encryption protectors for the server.

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

Revalidates server's existing encryption protector.

Extension 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