Freigeben über


AppPlatformCertificateCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet alle Zertifikate eines Benutzers auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates
  • Vorgangs-IdCertificates_List
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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von AppPlatformCertificateResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: