IAccountOperations.FirewallRulesListNextWithHttpMessagesAsync Method (String, Dictionary<String, List<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

Task<AzureOperationResponse<IPage<FirewallRule>>> FirewallRulesListNextWithHttpMessagesAsync(
    string nextLink,
    Dictionary<string, List<string>> customHeaders = null,
    CancellationToken cancellationToken = null
)
Task<AzureOperationResponse<IPage<FirewallRule^>^>^>^ FirewallRulesListNextWithHttpMessagesAsync(
    String^ nextLink,
    Dictionary<String^, List<String^>^>^ customHeaders = null,
    CancellationToken cancellationToken = null
)
abstract FirewallRulesListNextWithHttpMessagesAsync : 
        nextLink:string *
        customHeaders:Dictionary<string, List<string>> = null *
        cancellationToken:CancellationToken = null -> Task<AzureOperationResponse<IPage<FirewallRule>>>
Function FirewallRulesListNextWithHttpMessagesAsync (
    nextLink As String,
    customHeaders As Dictionary(Of String, List(Of String)),
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse(Of IPage(Of FirewallRule)))

Parameters

  • nextLink
    Type: System.String

    The URL to the next page of the firewall rules list.

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse<IPage<FirewallRule>>>

See Also

IAccountOperations Interface
Microsoft.Azure.Management.DataLake.Store Namespace

Return to top