AccountOperationsExtensions.FirewallRulesListNextAsync 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>> FirewallRulesListNextAsync(
this IAccountOperations operations,
string nextLink,
CancellationToken cancellationToken = null
)
public:
[ExtensionAttribute]
static Task<IPage<FirewallRule^>^>^ FirewallRulesListNextAsync(
IAccountOperations^ operations,
String^ nextLink,
CancellationToken cancellationToken = null
)
static member FirewallRulesListNextAsync :
operations:IAccountOperations *
nextLink:string *
cancellationToken:CancellationToken = null -> Task<IPage<FirewallRule>>
<ExtensionAttribute>
Public Shared Function FirewallRulesListNextAsync (
operations As IAccountOperations,
nextLink 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.
nextLink
Type: System.StringThe URL to the next page of the firewall rules list.
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