Partager via


SignedInUserOperationsExtensions.ListOwnedObjectsNext Méthode

Définition

Obtenez la liste des objets d’annuaire appartenant à l’utilisateur.

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)

Paramètres

operations
ISignedInUserOperations

Groupe d’opérations pour cette méthode d’extension.

nextLink
String

Lien suivant pour l’opération de liste.

Retours

S’applique à