Partager via


PrivateLinkResources interface

Interface représentant un PrivateLinkResources.

Méthodes

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Obtient les ressources de liaison privée qui doivent être créées pour un cluster Redis Enterprise.

Détails de la méthode

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Obtient les ressources de liaison privée qui doivent être créées pour un cluster Redis Enterprise.

function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

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
PrivateLinkResourcesListByClusterOptionalParams

Paramètres d’options.

Retours