Freigeben über


IntegrationAccountPartnersOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste der Integrationskontopartner ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner>> ListAsync (this Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations operations, string resourceGroupName, string integrationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartnerFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartnerFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner>>
<Extension()>
Public Function ListAsync (operations As IIntegrationAccountPartnersOperations, resourceGroupName As String, integrationAccountName As String, Optional odataQuery As ODataQuery(Of IntegrationAccountPartnerFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IntegrationAccountPartner))

Parameter

operations
IIntegrationAccountPartnersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

integrationAccountName
String

Der Name des Integrationskontos.

odataQuery
ODataQuery<IntegrationAccountPartnerFilter>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: