次の方法で共有


ObjectsOperationsExtensions.GetObjectsByObjectIdsNext メソッド

定義

指定した AD オブジェクト ID の AD グループ メンバーシップを取得します。

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

パラメーター

operations
IObjectsOperations

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

nextLink
String

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

戻り値

適用対象