Partager via


RedisEnterprise interface

Interface représentant une RedisEnterprise.

Méthodes

beginCreate(string, string, Cluster, RedisEnterpriseCreateOptionalParams)

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

beginCreateAndWait(string, string, Cluster, RedisEnterpriseCreateOptionalParams)

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

beginDelete(string, string, RedisEnterpriseDeleteOptionalParams)

Supprime un cluster de cache Redis Enterprise.

beginDeleteAndWait(string, string, RedisEnterpriseDeleteOptionalParams)

Supprime un cluster de cache Redis Enterprise.

beginUpdate(string, string, ClusterUpdate, RedisEnterpriseUpdateOptionalParams)

Met à jour un cluster Redis Enterprise existant

beginUpdateAndWait(string, string, ClusterUpdate, RedisEnterpriseUpdateOptionalParams)

Met à jour un cluster Redis Enterprise existant

get(string, string, RedisEnterpriseGetOptionalParams)

Obtient des informations sur un cluster Redis Enterprise

list(RedisEnterpriseListOptionalParams)

Répertorie tous les clusters Redis Enterprise dans l’abonnement spécifié.

listByResourceGroup(string, RedisEnterpriseListByResourceGroupOptionalParams)

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

listSkusForScaling(string, string, RedisEnterpriseListSkusForScalingOptionalParams)

Répertorie les références SKU disponibles pour la mise à l’échelle du cluster Redis Enterprise.

Détails de la méthode

beginCreate(string, string, Cluster, RedisEnterpriseCreateOptionalParams)

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

function beginCreate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: RedisEnterpriseCreateOptionalParams): Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterName

string

Nom du cluster Redis Enterprise. Le nom doit comporter 1 à 60 caractères. Caractères autorisés (A-Z, a-z, 0-9) et trait d’union(-). Il ne peut y avoir aucun trait d’union de début ni de fin ni de traits d’union consécutifs

parameters
Cluster

Paramètres fournis à l’opération Create Redis Enterprise.

options
RedisEnterpriseCreateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<Cluster>, Cluster>>

beginCreateAndWait(string, string, Cluster, RedisEnterpriseCreateOptionalParams)

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

function beginCreateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: RedisEnterpriseCreateOptionalParams): Promise<Cluster>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterName

string

Nom du cluster Redis Enterprise. Le nom doit comporter 1 à 60 caractères. Caractères autorisés (A-Z, a-z, 0-9) et trait d’union(-). Il ne peut y avoir aucun trait d’union de début ni de fin ni de traits d’union consécutifs

parameters
Cluster

Paramètres fournis à l’opération Create Redis Enterprise.

options
RedisEnterpriseCreateOptionalParams

Paramètres d’options.

Retours

Promise<Cluster>

beginDelete(string, string, RedisEnterpriseDeleteOptionalParams)

Supprime un cluster de cache Redis Enterprise.

function beginDelete(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterName

string

Nom du cluster Redis Enterprise. Le nom doit comporter 1 à 60 caractères. Caractères autorisés (A-Z, a-z, 0-9) et trait d’union(-). Il ne peut y avoir aucun trait d’union de début ni de fin ni de traits d’union consécutifs

options
RedisEnterpriseDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, RedisEnterpriseDeleteOptionalParams)

Supprime un cluster de cache Redis Enterprise.

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterName

string

Nom du cluster Redis Enterprise. Le nom doit comporter 1 à 60 caractères. Caractères autorisés (A-Z, a-z, 0-9) et trait d’union(-). Il ne peut y avoir aucun trait d’union de début ni de fin ni de traits d’union consécutifs

options
RedisEnterpriseDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginUpdate(string, string, ClusterUpdate, RedisEnterpriseUpdateOptionalParams)

Met à jour un cluster Redis Enterprise existant

function beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: RedisEnterpriseUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterName

string

Nom du cluster Redis Enterprise. Le nom doit comporter 1 à 60 caractères. Caractères autorisés (A-Z, a-z, 0-9) et trait d’union(-). Il ne peut y avoir aucun trait d’union de début ni de fin ni de traits d’union consécutifs

parameters
ClusterUpdate

Paramètres fournis à l’opération Update Redis Enterprise.

options
RedisEnterpriseUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<Cluster>, Cluster>>

beginUpdateAndWait(string, string, ClusterUpdate, RedisEnterpriseUpdateOptionalParams)

Met à jour un cluster Redis Enterprise existant

function beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: RedisEnterpriseUpdateOptionalParams): Promise<Cluster>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterName

string

Nom du cluster Redis Enterprise. Le nom doit comporter 1 à 60 caractères. Caractères autorisés (A-Z, a-z, 0-9) et trait d’union(-). Il ne peut y avoir aucun trait d’union de début ni de fin ni de traits d’union consécutifs

parameters
ClusterUpdate

Paramètres fournis à l’opération Update Redis Enterprise.

options
RedisEnterpriseUpdateOptionalParams

Paramètres d’options.

Retours

Promise<Cluster>

get(string, string, RedisEnterpriseGetOptionalParams)

Obtient des informations sur un cluster Redis Enterprise

function get(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseGetOptionalParams): Promise<Cluster>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterName

string

Nom du cluster Redis Enterprise. Le nom doit comporter 1 à 60 caractères. Caractères autorisés (A-Z, a-z, 0-9) et trait d’union(-). Il ne peut y avoir aucun trait d’union de début ni de fin ni de traits d’union consécutifs

options
RedisEnterpriseGetOptionalParams

Paramètres d’options.

Retours

Promise<Cluster>

list(RedisEnterpriseListOptionalParams)

Répertorie tous les clusters Redis Enterprise dans l’abonnement spécifié.

function list(options?: RedisEnterpriseListOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>

Paramètres

options
RedisEnterpriseListOptionalParams

Paramètres d’options.

Retours

listByResourceGroup(string, RedisEnterpriseListByResourceGroupOptionalParams)

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

function listByResourceGroup(resourceGroupName: string, options?: RedisEnterpriseListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
RedisEnterpriseListByResourceGroupOptionalParams

Paramètres d’options.

Retours

listSkusForScaling(string, string, RedisEnterpriseListSkusForScalingOptionalParams)

Répertorie les références SKU disponibles pour la mise à l’échelle du cluster Redis Enterprise.

function listSkusForScaling(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseListSkusForScalingOptionalParams): Promise<SkuDetailsList>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterName

string

Nom du cluster Redis Enterprise. Le nom doit comporter 1 à 60 caractères. Caractères autorisés (A-Z, a-z, 0-9) et trait d’union(-). Il ne peut y avoir aucun trait d’union de début ni de fin ni de traits d’union consécutifs

options
RedisEnterpriseListSkusForScalingOptionalParams

Paramètres d’options.

Retours

Promise<SkuDetailsList>