Freigeben über


IntegrationAccountSchemaCollection.GetAllAsync Methode

Definition

Ruft eine Liste der Integrationskontoschemas ab.

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

Parameter

top
Nullable<Int32>

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

filter
String

Der Filter, der auf den Vorgang angewendet werden soll. Zu den Optionen für Filter gehören: SchemaType.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: