AccountOperationsExtensions.FirewallRulesListNextNextAsync Method (IAccountOperations, String, CancellationToken)
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 Task<IPage<FirewallRule>> FirewallRulesListNextNextAsync(
this IAccountOperations operations,
string nextPageLink,
CancellationToken cancellationToken = null
)
public:
[ExtensionAttribute]
static Task<IPage<FirewallRule^>^>^ FirewallRulesListNextNextAsync(
IAccountOperations^ operations,
String^ nextPageLink,
CancellationToken cancellationToken = null
)
static member FirewallRulesListNextNextAsync :
operations:IAccountOperations *
nextPageLink:string *
cancellationToken:CancellationToken = null -> Task<IPage<FirewallRule>>
<ExtensionAttribute>
Public Shared Function FirewallRulesListNextNextAsync (
operations As IAccountOperations,
nextPageLink As String,
cancellationToken As CancellationToken
) As Task(Of IPage(Of FirewallRule))
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.Store.IAccountOperationsThe operations group for this extension method.
nextPageLink
Type: System.StringThe NextLink from the previous successful call to List operation.
cancellationToken
Type: System.Threading.CancellationTokenThe cancellation token.
Return Value
Type: System.Threading.Tasks.Task<IPage<FirewallRule>>
See Also
AccountOperationsExtensions Class
Microsoft.Azure.Management.DataLake.Store Namespace
Return to top