Freigeben über


GroupsOperationsExtensions.GetGroupMembersNextAsync Methode

Definition

Ruft die Mitglieder einer Gruppe ab.

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

Parameter

operations
IGroupsOperations

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: