NetworkExtensions.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: 2023-09-01
  • Resource: ApplicationGatewayResource
public static Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRuleSet> GetAppGatewayAvailableWafRuleSetsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetAppGatewayAvailableWafRuleSetsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRuleSet>
<Extension()>
Public Function GetAppGatewayAvailableWafRuleSetsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationGatewayFirewallRuleSet)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to