你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateLinkResourcesOperationsExtensions.ListByRedisCache 方法

定义

获取需要为 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)

参数

operations
IPrivateLinkResourcesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

cacheName
String

Redis 缓存的名称。

返回

适用于