Partager via


ServerKeysOperationsExtensions Classe

Définition

Méthodes d’extension pour ServerKeysOperations.

public static class ServerKeysOperationsExtensions
type ServerKeysOperationsExtensions = class
Public Module ServerKeysOperationsExtensions
Héritage
ServerKeysOperationsExtensions

Méthodes

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

Crée ou met à jour une clé MySQL Server.

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

Crée ou met à jour une clé MySQL Server.

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

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

Crée ou met à jour une clé MySQL Server.

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é mySQL Server.

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

Obtient une clé mySQL Server.

List(IServerKeysOperations, String, String)

Obtient une liste de clés de serveur.

ListAsync(IServerKeysOperations, String, String, CancellationToken)

Obtient une liste de clés de serveur.

ListNext(IServerKeysOperations, String)

Obtient une liste de clés de serveur.

ListNextAsync(IServerKeysOperations, String, CancellationToken)

Obtient une liste de clés de serveur.

S’applique à