次の方法で共有


GroupsOperationsExtensions.GetGroupMembers(IGroupsOperations, String) メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject> GetGroupMembers(this Microsoft.Azure.Graph.RBAC.IGroupsOperations operations, string objectId);
static member GetGroupMembers : Microsoft.Azure.Graph.RBAC.IGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject>
<Extension()>
Public Function GetGroupMembers (operations As IGroupsOperations, objectId As String) As IPage(Of DirectoryObject)

パラメーター

operations
IGroupsOperations

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

objectId
String

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

戻り値

適用対象