Compartir a través de


IServerKeysOperations Interfaz

Definición

Operaciones ServerKeysOperations.

public interface IServerKeysOperations
type IServerKeysOperations = interface
Public Interface IServerKeysOperations

Métodos

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

Crea o actualiza una clave de servidor postgreSQL.

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

Elimina la clave del servidor PostgreSQL con el nombre especificado.

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

Crea o actualiza una clave de servidor postgreSQL.

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

Elimina la clave del servidor PostgreSQL con el nombre especificado.

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

Obtiene una clave del servidor PostgreSQL.

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

Obtiene una lista de claves de servidor.

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

Obtiene una lista de claves de servidor.

Métodos de extensión

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

Crea o actualiza una clave de servidor postgreSQL.

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

Crea o actualiza una clave de servidor postgreSQL.

BeginDelete(IServerKeysOperations, String, String, String)

Elimina la clave del servidor PostgreSQL con el nombre especificado.

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

Elimina la clave del servidor PostgreSQL con el nombre especificado.

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

Crea o actualiza una clave de servidor postgreSQL.

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

Crea o actualiza una clave de servidor postgreSQL.

Delete(IServerKeysOperations, String, String, String)

Elimina la clave del servidor PostgreSQL con el nombre especificado.

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

Elimina la clave del servidor PostgreSQL con el nombre especificado.

Get(IServerKeysOperations, String, String, String)

Obtiene una clave del servidor PostgreSQL.

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

Obtiene una clave del servidor PostgreSQL.

List(IServerKeysOperations, String, String)

Obtiene una lista de claves de servidor.

ListAsync(IServerKeysOperations, String, String, CancellationToken)

Obtiene una lista de claves de servidor.

ListNext(IServerKeysOperations, String)

Obtiene una lista de claves de servidor.

ListNextAsync(IServerKeysOperations, String, CancellationToken)

Obtiene una lista de claves de servidor.

Se aplica a