GroupsOperationsExtensions.GetGroupMembersAsync メソッド

定義

グループのメンバーを取得します。

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

パラメーター

operations
IGroupsOperations

この拡張メソッドの操作グループ。

objectId
String

メンバーを取得する必要があるグループのオブジェクト ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象