Freigeben über


SignedInUserOperationsExtensions.ListOwnedObjectsAsync Methode

Definition

Ruft die Liste der Verzeichnisobjekte ab, die dem Benutzer gehören.

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

Parameter

operations
ISignedInUserOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: