Compartilhar via


PrivateLinkResourcesOperationsExtensions.ListByRedisCacheAsync Método

Definição

Obtém os recursos de link privado que precisam ser criados para um cache redis.

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))

Parâmetros

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

O nome do grupo de recursos.

cacheName
String

O nome do cache Redis.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a