LinkedServerOperationsExtensions.ListNext Method

Definition

Gets the list of linked servers associated with this redis cache (requires Premium SKU).

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisLinkedServerWithProperties> ListNext (this Microsoft.Azure.Management.Redis.ILinkedServerOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Redis.ILinkedServerOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisLinkedServerWithProperties>
<Extension()>
Public Function ListNext (operations As ILinkedServerOperations, nextPageLink As String) As IPage(Of RedisLinkedServerWithProperties)

Parameters

operations
ILinkedServerOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to