SessionsOperationsExtensions.ListByIntegrationAccountsAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Fluent.Models.IntegrationAccountSessionInner>> ListByIntegrationAccountsAsync (this Microsoft.Azure.Management.Logic.Fluent.ISessionsOperations operations, string resourceGroupName, string integrationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Fluent.Models.IntegrationAccountSessionFilterInner> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByIntegrationAccountsAsync : Microsoft.Azure.Management.Logic.Fluent.ISessionsOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Fluent.Models.IntegrationAccountSessionFilterInner> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Fluent.Models.IntegrationAccountSessionInner>>
<Extension()>
Public Function ListByIntegrationAccountsAsync (operations As ISessionsOperations, resourceGroupName As String, integrationAccountName As String, Optional odataQuery As ODataQuery(Of IntegrationAccountSessionFilterInner) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IntegrationAccountSessionInner))
Parameters
- operations
- ISessionsOperations
- resourceGroupName
- String
- integrationAccountName
- String
- odataQuery
- ODataQuery<IntegrationAccountSessionFilterInner>
- cancellationToken
- CancellationToken