Delen via


FirewallRulesOperationsExtensions.ListByAccountNext Method

Definition

Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule> ListByAccountNext (this Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations operations, string nextPageLink);
static member ListByAccountNext : Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule>
<Extension()>
Public Function ListByAccountNext (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