Compartilhar via


PrivateLinkResourcesOperationsExtensions.ListByCluster Método

Definição

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

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.RedisEnterprise.Models.PrivateLinkResource> ListByCluster (this Microsoft.Azure.Management.RedisEnterprise.IPrivateLinkResourcesOperations operations, string resourceGroupName, string clusterName);
static member ListByCluster : Microsoft.Azure.Management.RedisEnterprise.IPrivateLinkResourcesOperations * string * string -> seq<Microsoft.Azure.Management.RedisEnterprise.Models.PrivateLinkResource>
<Extension()>
Public Function ListByCluster (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, clusterName As String) As IEnumerable(Of PrivateLinkResource)

Parâmetros

operations
IPrivateLinkResourcesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

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

clusterName
String

O nome do cluster RedisEnterprise.

Retornos

Aplica-se a