IntegrationAccountMapsOperationsExtensions.ListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of integration account maps.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap>> ListAsync (this Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations operations, string resourceGroupName, string integrationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap>>
<Extension()>
Public Function ListAsync (operations As IIntegrationAccountMapsOperations, resourceGroupName As String, integrationAccountName As String, Optional odataQuery As ODataQuery(Of IntegrationAccountMapFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IntegrationAccountMap))
Parameters
- operations
- IIntegrationAccountMapsOperations
The operations group for this extension method.
- resourceGroupName
- String
The resource group name.
- integrationAccountName
- String
The integration account name.
- odataQuery
- ODataQuery<IntegrationAccountMapFilter>
OData parameters to apply to the operation.
- cancellationToken
- CancellationToken
The cancellation token.