Freigeben über


SignedInUserOperationsExtensions.ListOwnedObjectsNextAsync 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>> ListOwnedObjectsNextAsync (this Microsoft.Azure.Graph.RBAC.ISignedInUserOperations operations, string nextLink, System.Threading.CancellationToken cancellationToken = default);
static member ListOwnedObjectsNextAsync : Microsoft.Azure.Graph.RBAC.ISignedInUserOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject>>
<Extension()>
Public Function ListOwnedObjectsNextAsync (operations As ISignedInUserOperations, nextLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DirectoryObject))

Parameter

operations
ISignedInUserOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextLink
String

Nächster Link für den Listenvorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: