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 MySQL.

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

Crea o actualiza una clave del servidor MySQL.

BeginDelete(IServerKeysOperations, String, String, String)

Elimina la clave del servidor MySQL con el nombre especificado.

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

Elimina la clave del servidor MySQL con el nombre especificado.

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

Crea o actualiza una clave del servidor MySQL.

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

Crea o actualiza una clave del servidor MySQL.

Delete(IServerKeysOperations, String, String, String)

Elimina la clave del servidor MySQL con el nombre especificado.

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

Elimina la clave del servidor MySQL con el nombre especificado.

Get(IServerKeysOperations, String, String, String)

Obtiene una clave de servidor MySQL.

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

Obtiene una clave de servidor MySQL.

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