다음을 통해 공유


GlobalRulestackPrefixCollection.GetAllAsync(CancellationToken) Method

Definition

List PrefixListGlobalRulestackResource resources by Tenant

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to