Partager via


GroupsOperationsExtensions.GetGroupMembersAsync Méthode

Définition

Obtient les membres d’un groupe.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.DirectoryObject>> GetGroupMembersAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IGroupsOperations operations, string objectId, System.Threading.CancellationToken cancellationToken = default);
static member GetGroupMembersAsync : 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 GetGroupMembersAsync (operations As IGroupsOperations, objectId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DirectoryObject))

Paramètres

operations
IGroupsOperations

Groupe d’opérations pour cette méthode d’extension.

objectId
String

ID d’objet du groupe dont les membres doivent être récupérés.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à