Partager via


ApplicationsOperationsExtensions.ListAsync Méthode

Définition

Répertorie les applications par paramètres de filtre.

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

Paramètres

operations
IApplicationsOperations

Groupe d’opérations pour cette méthode d’extension.

odataQuery
ODataQuery<ApplicationInner>

Paramètres OData à appliquer à l’opération.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à