Share via


GroupsOperationsExtensions.GetGroupMembersNextAsync Method

Definition

Gets the members of a group.

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))

Parameters

operations
IGroupsOperations

The operations group for this extension method.

nextLink
String

Next link for the list operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to