AccountOperationsExtensions.FirewallRulesListNext 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> FirewallRulesListNext(
this IAccountOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static IPage<FirewallRule^>^ FirewallRulesListNext(
IAccountOperations^ operations,
String^ nextLink
)
static member FirewallRulesListNext :
operations:IAccountOperations *
nextLink:string -> IPage<FirewallRule>
<ExtensionAttribute>
Public Shared Function FirewallRulesListNext (
operations As IAccountOperations,
nextLink As String
) As IPage(Of FirewallRule)
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.Store.IAccountOperationsThe operations group for this extension method.
nextLink
Type: System.StringThe URL to the next page of the firewall rules list.
Return Value
Type: Microsoft.Rest.Azure.IPage<FirewallRule>
See Also
AccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Store Namespace
Return to top