Share via


FirewallRulesOperationsExtensions.ListByServerNext Method

Definition

Gets a list of firewall rules.

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

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