Freigeben über


SignedInUserOperationsExtensions.ListOwnedObjectsNext Methode

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject> ListOwnedObjectsNext (this Microsoft.Azure.Graph.RBAC.ISignedInUserOperations operations, string nextLink);
static member ListOwnedObjectsNext : Microsoft.Azure.Graph.RBAC.ISignedInUserOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject>
<Extension()>
Public Function ListOwnedObjectsNext (operations As ISignedInUserOperations, nextLink As String) As IPage(Of DirectoryObject)

Parameter

operations
ISignedInUserOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextLink
String

Nächster Link für den Listenvorgang.

Gibt zurück

Gilt für: