Sdílet prostřednictvím


AzureFirewallFqdnTagsOperationsExtensions.ListAllNext Method

Definition

Gets all the Azure Firewall FQDN Tags in a subscription.

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

Parameters

operations
IAzureFirewallFqdnTagsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to