GlobalRulestackResource.GetFirewallsAsync(CancellationToken) Method

Definition

List of Firewalls associated with Rulestack

  • Request Path: /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listFirewalls
  • Operation Id: GlobalRulestack_listFirewalls
public virtual Azure.AsyncPageable<string> GetFirewallsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetFirewallsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<string>
override this.GetFirewallsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<string>
Public Overridable Function GetFirewallsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of String)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to