Freigeben über


GroupsOperationsExtensions.ListOwnersNextAsync Methode

Definition

Verzeichnisobjekte, die Besitzer der Gruppe sind.

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

Parameter

operations
IGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: