Partager via


PrivateLinkResourcesOperationsExtensions.ListByClusterAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.RedisEnterprise.Models.PrivateLinkResource>> ListByClusterAsync (this Microsoft.Azure.Management.RedisEnterprise.IPrivateLinkResourcesOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListByClusterAsync : Microsoft.Azure.Management.RedisEnterprise.IPrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.RedisEnterprise.Models.PrivateLinkResource>>
<Extension()>
Public Function ListByClusterAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of PrivateLinkResource))

Paramètres

operations
IPrivateLinkResourcesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

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

clusterName
String

Nom du cluster RedisEnterprise.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à