PostRulestackRuleCollection.GetAll(CancellationToken) Method

Definition

List PostRulesResource resources by Tenant

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to