次の方法で共有


GroupsOperationsExtensions.GetGroupMembersNext メソッド

定義

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

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

パラメーター

operations
IGroupsOperations

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

nextLink
String

リスト操作の次のリンク。

戻り値

適用対象