Compartir a través de


ServerKeysOperationsExtensions Clase

Definición

Métodos de extensión para ServerKeysOperations.

public static class ServerKeysOperationsExtensions
type ServerKeysOperationsExtensions = class
Public Module ServerKeysOperationsExtensions
Herencia
ServerKeysOperationsExtensions

Métodos

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

Crea o actualiza una clave del servidor PostgreSQL.

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

Crea o actualiza una clave del 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 del servidor PostgreSQL.

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

Crea o actualiza una clave del 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