Freigeben über


IntegrationAccountMapCollection.GetAllAsync Methode

Definition

Ruft eine Liste der Integrationskontozuordnungen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps
  • Vorgangs-IdIntegrationAccountMaps_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationAccountMapResource> 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.IntegrationAccountMapResource>
override this.GetAllAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.IntegrationAccountMapResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IntegrationAccountMapResource)

Parameter

top
Nullable<Int32>

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

filter
String

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: