FirewallRulesOperationsExtensions.ListNext Method

Definition

Gets all firewall rules in the specified redis cache.

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

Parameters

operations
IFirewallRulesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to