Partager via


ApplicationsOperationsExtensions.ListAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.Application>> ListAsync (this Microsoft.Azure.Graph.RBAC.Version1_6.IApplicationsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Version1_6.Models.Application> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Graph.RBAC.Version1_6.IApplicationsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Version1_6.Models.Application> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.Application>>
<Extension()>
Public Function ListAsync (operations As IApplicationsOperations, Optional odataQuery As ODataQuery(Of Application) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Application))

Parameters

odataQuery
ODataQuery<Application>
cancellationToken
CancellationToken

Returns

Applies to