Freigeben über


GroupsOperationsExtensions.ListOwnersNext(IGroupsOperations, String) Methode

Definition

Verzeichnisobjekte, die Besitzer der Gruppe sind.

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

Parameter

operations
IGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

Gibt zurück

Hinweise

Die Besitzer sind eine Sammlung von Nicht-Administratorbenutzern, die berechtigt sind, dieses Objekt zu ändern.

Gilt für: