Udostępnij za pośrednictwem


ObjectsOperationsExtensions.GetObjectsByObjectIdsNextAsync Method

Definition

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

Parameters

operations
IObjectsOperations
nextLink
String
cancellationToken
CancellationToken

Returns

Applies to