Share via


ObjectsOperationsExtensions.GetObjectsByObjectIdsNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.AADObject>> GetObjectsByObjectIdsNextAsync (this Microsoft.Azure.Graph.RBAC.Version1_6.IObjectsOperations operations, string nextLink, System.Threading.CancellationToken cancellationToken = default);
static member GetObjectsByObjectIdsNextAsync : Microsoft.Azure.Graph.RBAC.Version1_6.IObjectsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Version1_6.Models.AADObject>>
<Extension()>
Public Function GetObjectsByObjectIdsNextAsync (operations As IObjectsOperations, nextLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AADObject))

Parameters

operations
IObjectsOperations
nextLink
String
cancellationToken
CancellationToken

Returns

Applies to