Partager via


IRedisEnterpriseOperations Interface

Définition

Opérations RedisEnterpriseOperations.

public interface IRedisEnterpriseOperations
type IRedisEnterpriseOperations = interface
Public Interface IRedisEnterpriseOperations

Méthodes

BeginCreateWithHttpMessagesAsync(String, String, Cluster, Dictionary<String,List<String>>, CancellationToken)

Crée ou met à jour un cluster de cache existant (remplacement/recréation, avec un temps d’arrêt potentiel)

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

Supprime un cluster de cache RedisEnterprise.

BeginUpdateWithHttpMessagesAsync(String, String, ClusterUpdate, Dictionary<String,List<String>>, CancellationToken)

Mises à jour un cluster RedisEnterprise existant

CreateWithHttpMessagesAsync(String, String, Cluster, Dictionary<String,List<String>>, CancellationToken)

Crée ou met à jour un cluster de cache existant (remplacement/recréation, avec un temps d’arrêt potentiel)

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

Supprime un cluster de cache RedisEnterprise.

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

Obtient des informations sur un cluster RedisEnterprise

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

Répertorie tous les clusters RedisEnterprise dans un groupe de ressources.

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

Répertorie tous les clusters RedisEnterprise dans un groupe de ressources.

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

Obtient tous les clusters RedisEnterprise dans l’abonnement spécifié.

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

Obtient tous les clusters RedisEnterprise dans l’abonnement spécifié.

UpdateWithHttpMessagesAsync(String, String, ClusterUpdate, Dictionary<String,List<String>>, CancellationToken)

Mises à jour un cluster RedisEnterprise existant

Méthodes d’extension

BeginCreate(IRedisEnterpriseOperations, String, String, Cluster)

Crée ou met à jour un cluster de cache existant (remplacement/recréation, avec un temps d’arrêt potentiel)

BeginCreateAsync(IRedisEnterpriseOperations, String, String, Cluster, CancellationToken)

Crée ou met à jour un cluster de cache existant (remplacement/recréation, avec un temps d’arrêt potentiel)

BeginDelete(IRedisEnterpriseOperations, String, String)

Supprime un cluster de cache RedisEnterprise.

BeginDeleteAsync(IRedisEnterpriseOperations, String, String, CancellationToken)

Supprime un cluster de cache RedisEnterprise.

BeginUpdate(IRedisEnterpriseOperations, String, String, ClusterUpdate)

Mises à jour un cluster RedisEnterprise existant

BeginUpdateAsync(IRedisEnterpriseOperations, String, String, ClusterUpdate, CancellationToken)

Mises à jour un cluster RedisEnterprise existant

Create(IRedisEnterpriseOperations, String, String, Cluster)

Crée ou met à jour un cluster de cache existant (remplacement/recréation, avec un temps d’arrêt potentiel)

CreateAsync(IRedisEnterpriseOperations, String, String, Cluster, CancellationToken)

Crée ou met à jour un cluster de cache existant (remplacement/recréation, avec un temps d’arrêt potentiel)

Delete(IRedisEnterpriseOperations, String, String)

Supprime un cluster de cache RedisEnterprise.

DeleteAsync(IRedisEnterpriseOperations, String, String, CancellationToken)

Supprime un cluster de cache RedisEnterprise.

Get(IRedisEnterpriseOperations, String, String)

Obtient des informations sur un cluster RedisEnterprise

GetAsync(IRedisEnterpriseOperations, String, String, CancellationToken)

Obtient des informations sur un cluster RedisEnterprise

List(IRedisEnterpriseOperations)

Obtient tous les clusters RedisEnterprise dans l’abonnement spécifié.

ListAsync(IRedisEnterpriseOperations, CancellationToken)

Obtient tous les clusters RedisEnterprise dans l’abonnement spécifié.

ListByResourceGroup(IRedisEnterpriseOperations, String)

Répertorie tous les clusters RedisEnterprise dans un groupe de ressources.

ListByResourceGroupAsync(IRedisEnterpriseOperations, String, CancellationToken)

Répertorie tous les clusters RedisEnterprise dans un groupe de ressources.

ListByResourceGroupNext(IRedisEnterpriseOperations, String)

Répertorie tous les clusters RedisEnterprise dans un groupe de ressources.

ListByResourceGroupNextAsync(IRedisEnterpriseOperations, String, CancellationToken)

Répertorie tous les clusters RedisEnterprise dans un groupe de ressources.

ListNext(IRedisEnterpriseOperations, String)

Obtient tous les clusters RedisEnterprise dans l’abonnement spécifié.

ListNextAsync(IRedisEnterpriseOperations, String, CancellationToken)

Obtient tous les clusters RedisEnterprise dans l’abonnement spécifié.

Update(IRedisEnterpriseOperations, String, String, ClusterUpdate)

Mises à jour un cluster RedisEnterprise existant

UpdateAsync(IRedisEnterpriseOperations, String, String, ClusterUpdate, CancellationToken)

Mises à jour un cluster RedisEnterprise existant

S’applique à