Condividi tramite


AzureFirewallsOperationsExtensions.ListNext Method

Definition

Lists all Azure Firewalls in a resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AzureFirewall> ListNext (this Microsoft.Azure.Management.Network.IAzureFirewallsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Network.IAzureFirewallsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AzureFirewall>
<Extension()>
Public Function ListNext (operations As IAzureFirewallsOperations, nextPageLink As String) As IPage(Of AzureFirewall)

Parameters

operations
IAzureFirewallsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to