Partager via


PrivateLinkResourcesOperationsExtensions.ListByRedisCache Méthode

Définition

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

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

Paramètres

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

Nom du groupe de ressources.

cacheName
String

Nom du cache Redis.

Retours

S’applique à