Partager via


DeletedApplicationsOperationsExtensions.ListAsync Méthode

Définition

Obtient la liste des applications supprimées dans le répertoire.

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

Paramètres

operations
IDeletedApplicationsOperations

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

filter
String

Filtre à appliquer à l’opération.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à