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.Management.Graph.RBAC.Fluent.Models.ApplicationInner>> ListAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IDeletedApplicationsOperations operations, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IDeletedApplicationsOperations * string * 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 IDeletedApplicationsOperations, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApplicationInner))

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 à