Share via


ObjectsOperationsExtensions.GetObjectsByObjectIdsNext Method

Definition

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

Returns

Applies to