GlobalRulestackFqdnCollection.GetAll(CancellationToken) Method

Definition

List FqdnListGlobalRulestackResource resources by Tenant

  • Request Path: /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/fqdnlists
  • Operation Id: FqdnListGlobalRulestack_List
public virtual Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackFqdnResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackFqdnResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackFqdnResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of GlobalRulestackFqdnResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of GlobalRulestackFqdnResource that may take multiple service requests to iterate over.

Applies to