Sdílet prostřednictvím


RedisCacheClient.ListCachesUsingNextLink(String, String) Method

Definition

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

Parameters

resourceGroupName
String
nextLink
String

Returns

Applies to