Share via


NginxCertificateCollection.GetAllAsync(CancellationToken) Method

Definition

List all certificates of given NGINX deployment

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}/certificates
  • Operation Id: Certificates_List
  • Default Api Version: 2024-01-01-preview
  • Resource: NginxCertificateResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Nginx.NginxCertificateResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Nginx.NginxCertificateResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Nginx.NginxCertificateResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NginxCertificateResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to