Share via


MockablePaloAltoNetworksNgfwSubscriptionResource.GetLocalRulestacks Method

Definition

List LocalRulestackResource resources by subscription ID

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to