Share via


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

Parameters

operations
IAzureFirewallFqdnTagsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to