Share via


LocalRulestackFqdnCollection.GetAll(CancellationToken) Method

Definition

List FqdnListLocalRulestackResource resources by LocalRulestacks

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/fqdnlists
  • Operation Id: FqdnListLocalRulestack_ListByLocalRulestacks
public virtual Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackFqdnResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackFqdnResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackFqdnResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LocalRulestackFqdnResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to