IntegrationAccountPartnersOperationsExtensions.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 partners.
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))
Parameters
- operations
- IIntegrationAccountPartnersOperations
The operations group for this extension method.
- resourceGroupName
- String
The resource group name.
- integrationAccountName
- String
The integration account name.
- odataQuery
- ODataQuery<IntegrationAccountPartnerFilter>
OData parameters to apply to the operation.
- cancellationToken
- CancellationToken
The cancellation token.