Bagikan melalui


PreRulestackRuleCollection.GetAll(CancellationToken) Method

Definition

List PreRulesResource resources by Tenant

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to