Freigeben über


IntegrationAccountCertificateCollection.GetAllAsync Methode

Definition

Ruft eine Liste der Integrationskontozertifikate ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/certificates
  • Vorgang IdIntegrationAccountCertificates_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationAccountCertificateResource> GetAllAsync (int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationAccountCertificateResource>
override this.GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationAccountCertificateResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IntegrationAccountCertificateResource)

Parameter

top
Nullable<Int32>

Die Anzahl der Elemente, die in das Ergebnis einbezogen werden sollen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: