Freigeben über


DeletedApplicationsOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste gelöschter Anwendungen im Verzeichnis ab.

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

Parameter

operations
IDeletedApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

filter
String

Der Filter, der auf den Vorgang angewendet werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: