/// <summary>
 /// Gets all the Azure Firewall FQDN Tags in a subscription.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IPage <AzureFirewallFqdnTag> ListAll(this IAzureFirewallFqdnTagsOperations operations)
 {
     return(operations.ListAllAsync().GetAwaiter().GetResult());
 }