Dela via


MockablePaloAltoNetworksNgfwSubscriptionResource.GetLocalRulestacksAsync Method

Definition

List LocalRulestackResource resources by subscription ID

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to