Share via


LocalRulestackCertificateObjectCollection.GetAllAsync Method

Definition

List CertificateObjectLocalRulestackResource resources by LocalRulestacks

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to