Share via


NginxCertificateCollection.GetAll(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.Pageable<Azure.ResourceManager.Nginx.NginxCertificateResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Nginx.NginxCertificateResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Nginx.NginxCertificateResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NginxCertificateResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to