Compartilhar via


ApplicationsOperationsExtensions.ListAsync Método

Definição

Lista aplicativos por parâmetros de filtro.

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))

Parâmetros

operations
IApplicationsOperations

O grupo de operações para esse método de extensão.

odataQuery
ODataQuery<Application>

Parâmetros OData a serem aplicados à operação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a