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

RedisCacheClient.ListCaches(String) Method

Definition

public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RedisCache.Models.RedisResource> ListCaches (string resourceGroupName);
public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisResource> ListCaches (string resourceGroupName);
member this.ListCaches : string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RedisCache.Models.RedisResource>
member this.ListCaches : string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisResource>
Public Function ListCaches (resourceGroupName As String) As IPage(Of RedisResource)

Parameters

resourceGroupName
String

Returns

Applies to