PrivateLinkResourcesOperationsExtensions.ListByRedisCacheAsync Methode

Definition

Ruft die Private Link-Ressourcen ab, die für einen Rediscache erstellt werden müssen.

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

Parameter

operations
IPrivateLinkResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

cacheName
String

Der Name des Redis-Caches.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: