Sdílet prostřednictvím


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

Parameters

operations
IAzureFirewallFqdnTagsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to