Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ActiveDirectoryGroupImpl.IActiveDirectoryGroup.ListMembersAsync 方法

定义

列出组中的成员。

System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryObject>> IActiveDirectoryGroup.ListMembersAsync (System.Threading.CancellationToken cancellationToken);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroup.ListMembersAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryObject>>
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryGroup.ListMembersAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryObject>>
Function ListMembersAsync (cancellationToken As CancellationToken) As Task(Of IPagedCollection(Of IActiveDirectoryObject)) Implements IActiveDirectoryGroup.ListMembersAsync

参数

cancellationToken
CancellationToken

返回

实现

适用于