ObjectsOperationsExtensions.GetObjectsByObjectIdsNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.AADObject> GetObjectsByObjectIdsNext (this Microsoft.Azure.Graph.RBAC.Version1_6.IObjectsOperations operations, string nextLink);
static member GetObjectsByObjectIdsNext : Microsoft.Azure.Graph.RBAC.Version1_6.IObjectsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.AADObject>
<Extension()>
Public Function GetObjectsByObjectIdsNext (operations As IObjectsOperations, nextLink As String) As IPage(Of AADObject)
Parameters
- operations
- IObjectsOperations
- nextLink
- String