Compartilhar via


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

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

Exclui a chave do Servidor MySQL com o nome fornecido.

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

Cria ou atualiza uma chave do Servidor MySQL.

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

Exclui a chave do Servidor MySQL com o nome fornecido.

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

Obtém uma chave do Servidor MySQL.

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

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

Cria ou atualiza uma chave do Servidor MySQL.

BeginDelete(IServerKeysOperations, String, String, String)

Exclui a chave do Servidor MySQL com o nome fornecido.

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

Exclui a chave do Servidor MySQL com o nome fornecido.

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

Cria ou atualiza uma chave do Servidor MySQL.

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

Cria ou atualiza uma chave do Servidor MySQL.

Delete(IServerKeysOperations, String, String, String)

Exclui a chave do Servidor MySQL com o nome fornecido.

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

Exclui a chave do Servidor MySQL com o nome fornecido.

Get(IServerKeysOperations, String, String, String)

Obtém uma chave do Servidor MySQL.

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

Obtém uma chave do Servidor MySQL.

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