AppPlatformCertificateCollection.GetAllAsync(CancellationToken) Method

Definition

List all the certificates of one user.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates
  • Operation Id: Certificates_List
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCertificateResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformCertificateResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppPlatformCertificateResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to