Compartilhar via


PrivateLinkResources interface

Interface que representa um PrivateLinkResources.

Métodos

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Obtém os recursos de link privado que precisam ser criados para um cluster do Redis Enterprise.

Detalhes do método

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Obtém os recursos de link privado que precisam ser criados para um cluster do Redis Enterprise.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

clusterName

string

O nome do cluster Redis Enterprise. O nome deve ter de 1 a 60 caracteres. Caracteres permitidos (A-Z, a-z, 0-9) e hifen(-). Não pode haver hífens à esquerda nem à direita nem consecutivos

options
PrivateLinkResourcesListByClusterOptionalParams

Os parâmetros de opções.

Retornos