IServerKeysOperations Interface

Definição

Operações serverKeysOperations.

public interface IServerKeysOperations
type IServerKeysOperations = interface
Public Interface IServerKeysOperations

Métodos

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

Cria ou atualiza uma chave do Servidor PostgreSQL.

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

Exclui a chave do Servidor PostgreSQL com o nome fornecido.

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

Cria ou atualiza uma chave do Servidor PostgreSQL.

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

Exclui a chave do Servidor PostgreSQL com o nome fornecido.

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

Obtém uma chave do Servidor PostgreSQL.

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

Obtém uma lista de chaves do servidor.

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

Obtém uma lista de chaves do servidor.

Métodos de Extensão

BeginCreateOrUpdate(IServerKeysOperations, String, String, ServerKey, String)

Cria ou atualiza uma chave do Servidor PostgreSQL.

BeginCreateOrUpdateAsync(IServerKeysOperations, String, String, ServerKey, String, CancellationToken)

Cria ou atualiza uma chave do Servidor PostgreSQL.

BeginDelete(IServerKeysOperations, String, String, String)

Exclui a chave do Servidor PostgreSQL com o nome fornecido.

BeginDeleteAsync(IServerKeysOperations, String, String, String, CancellationToken)

Exclui a chave do Servidor PostgreSQL com o nome fornecido.

CreateOrUpdate(IServerKeysOperations, String, String, ServerKey, String)

Cria ou atualiza uma chave do Servidor PostgreSQL.

CreateOrUpdateAsync(IServerKeysOperations, String, String, ServerKey, String, CancellationToken)

Cria ou atualiza uma chave do Servidor PostgreSQL.

Delete(IServerKeysOperations, String, String, String)

Exclui a chave do Servidor PostgreSQL com o nome fornecido.

DeleteAsync(IServerKeysOperations, String, String, String, CancellationToken)

Exclui a chave do Servidor PostgreSQL com o nome fornecido.

Get(IServerKeysOperations, String, String, String)

Obtém uma chave do Servidor PostgreSQL.

GetAsync(IServerKeysOperations, String, String, String, CancellationToken)

Obtém uma chave do Servidor PostgreSQL.

List(IServerKeysOperations, String, String)

Obtém uma lista de chaves do servidor.

ListAsync(IServerKeysOperations, String, String, CancellationToken)

Obtém uma lista de chaves do servidor.

ListNext(IServerKeysOperations, String)

Obtém uma lista de chaves do servidor.

ListNextAsync(IServerKeysOperations, String, CancellationToken)

Obtém uma lista de chaves do servidor.

Aplica-se a