GlobalRulestackPrefixCollection.GetAll(CancellationToken) Method

Definition

List PrefixListGlobalRulestackResource resources by Tenant

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to