NetworkExtensions.GetAppGatewayAvailableWafRuleSetsAsync Method

Definition

Invokes the GetAppGatewayAvailableWafRuleSetsAsync compatibility operation.

public static Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRuleSet> GetAppGatewayAvailableWafRuleSetsAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken);
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, cancellationToken As CancellationToken) As AsyncPageable(Of 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