Freigeben über


IntegrationAccountSchemasOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste der Integrationskontoschemas ab.

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

Parameter

operations
IIntegrationAccountSchemasOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

integrationAccountName
String

Der Name des Integrationskontos.

odataQuery
ODataQuery<IntegrationAccountSchemaFilter>

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: