Freigeben über


ContainerAppManagedCertificateCollection.GetAllAsync Methode

Definition

Rufen Sie die verwalteten Zertifikate in einer bestimmten verwalteten Umgebung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/managedCertificates
  • Vorgang IdManagedCertificates_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppManagedCertificateResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppManagedCertificateResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppManagedCertificateResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppManagedCertificateResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ContainerAppManagedCertificateResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: