Freigeben über


ApplicationsOperationsExtensions.ListAsync Methode

Definition

Listet Anwendungen nach Filterparametern auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.Application>> ListAsync(this Microsoft.Azure.Graph.RBAC.IApplicationsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.Application> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Graph.RBAC.IApplicationsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Graph.RBAC.Models.Application> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.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))

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

odataQuery
ODataQuery<Application>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: