Condividi tramite


IntegrationAccountSchemasOperationsExtensions.ListAsync Method

Definition

Gets a list of integration account schemas.

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))

Parameters

operations
IIntegrationAccountSchemasOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

integrationAccountName
String

The integration account name.

odataQuery
ODataQuery<IntegrationAccountSchemaFilter>

OData parameters to apply to the operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to