MockableNetworkSubscriptionResource.GetAppGatewayAvailableWafRuleSetsAsync Method

Definition

Invokes the GetAppGatewayAvailableWafRuleSetsAsync compatibility operation.

public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRuleSet> GetAppGatewayAvailableWafRuleSetsAsync(System.Threading.CancellationToken cancellationToken);
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 (cancellationToken As CancellationToken) As AsyncPageable(Of 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