Freigeben über


NetworkExtensions.GetAppGatewayAvailableWafRuleSetsAsync Methode

Definition

Listet alle verfügbaren Firewallregelsätze für Webanwendungen auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets
  • Vorgangs-IdApplicationGateways_ListAvailableWafRuleSets
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)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von ApplicationGatewayFirewallRuleSet , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: