Sdílet prostřednictvím


AzureFirewallFqdnTagsOperationsExtensions.ListAllNextAsync Method

Definition

Gets all the Azure Firewall FQDN Tags in a subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AzureFirewallFqdnTag>> ListAllNextAsync (this Microsoft.Azure.Management.Network.IAzureFirewallFqdnTagsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAllNextAsync : Microsoft.Azure.Management.Network.IAzureFirewallFqdnTagsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AzureFirewallFqdnTag>>
<Extension()>
Public Function ListAllNextAsync (operations As IAzureFirewallFqdnTagsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to