IActiveDirectoryGroup.ListMembersAsync(CancellationToken) Method

Definition

Lists the members in the group.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryObject>> ListMembersAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ListMembersAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryObject>>
Public Function ListMembersAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IActiveDirectoryObject))

Parameters

cancellationToken
CancellationToken

Returns

Applies to