LocalRulestackPrefixCollection.GetAll(CancellationToken) Method

Definition

List PrefixListResource resources by LocalRulestacks

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to