Compartir a través de


IActiveDirectoryGroup.ListMembersAsync(CancellationToken) Método

Definición

Enumera los miembros del grupo.

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

Parámetros

cancellationToken
CancellationToken

Devoluciones

Se aplica a