Partager via


IServerKeysOperations Interface

Définition

Opérations ServerKeysOperations.

public interface IServerKeysOperations
type IServerKeysOperations = interface
Public Interface IServerKeysOperations

Méthodes

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

Crée ou met à jour une clé de serveur MySQL.

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

Supprime la clé MySQL Server portant le nom donné.

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

Crée ou met à jour une clé de serveur MySQL.

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

Supprime la clé MySQL Server portant le nom donné.

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

Obtient une clé de serveur MySQL.

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

Obtient la liste des clés de serveur.

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

Obtient la liste des clés de serveur.

Méthodes d’extension

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

Crée ou met à jour une clé de serveur MySQL.

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

Crée ou met à jour une clé de serveur MySQL.

BeginDelete(IServerKeysOperations, String, String, String)

Supprime la clé MySQL Server portant le nom donné.

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

Supprime la clé MySQL Server portant le nom donné.

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

Crée ou met à jour une clé de serveur MySQL.

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

Crée ou met à jour une clé de serveur MySQL.

Delete(IServerKeysOperations, String, String, String)

Supprime la clé MySQL Server portant le nom donné.

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

Supprime la clé MySQL Server portant le nom donné.

Get(IServerKeysOperations, String, String, String)

Obtient une clé de serveur MySQL.

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

Obtient une clé de serveur MySQL.

List(IServerKeysOperations, String, String)

Obtient la liste des clés de serveur.

ListAsync(IServerKeysOperations, String, String, CancellationToken)

Obtient la liste des clés de serveur.

ListNext(IServerKeysOperations, String)

Obtient la liste des clés de serveur.

ListNextAsync(IServerKeysOperations, String, CancellationToken)

Obtient la liste des clés de serveur.

S’applique à