AccountOperationsExtensions.FirewallRulesListNextNext Method (IAccountOperations, String)

 

Gets the next page of Data Lake Store firewall rules, if any, for the specified account. The response includes a link to the next page of results, if any.

Namespace:   Microsoft.Azure.Management.DataLake.Store
Assembly:  Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)

Syntax

public static IPage<FirewallRule> FirewallRulesListNextNext(
    this IAccountOperations operations,
    string nextPageLink
)
public:
[ExtensionAttribute]
static IPage<FirewallRule^>^ FirewallRulesListNextNext(
    IAccountOperations^ operations,
    String^ nextPageLink
)
static member FirewallRulesListNextNext : 
        operations:IAccountOperations *
        nextPageLink:string -> IPage<FirewallRule>
<ExtensionAttribute>
Public Shared Function FirewallRulesListNextNext (
    operations As IAccountOperations,
    nextPageLink As String
) As IPage(Of FirewallRule)

Parameters

  • nextPageLink
    Type: System.String

    The NextLink from the previous successful call to List operation.

Return Value

Type: Microsoft.Rest.Azure.IPage<FirewallRule>

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Store Namespace

Return to top