MockableNetworkSubscriptionResource.GetAppGatewayAvailableWafRuleSetsAsync Method

Definition

Lists all available web application firewall rule sets.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets
  • Operation Id: ApplicationGateways_ListAvailableWafRuleSets
  • Default Api Version: 2024-03-01
  • Resource: ApplicationGatewayResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRuleSet> GetAppGatewayAvailableWafRuleSetsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppGatewayAvailableWafRuleSetsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRuleSet>
override this.GetAppGatewayAvailableWafRuleSetsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRuleSet>
Public Overridable Function GetAppGatewayAvailableWafRuleSetsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationGatewayFirewallRuleSet)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ApplicationGatewayFirewallRuleSet that may take multiple service requests to iterate over.

Applies to