Share via


ObjectsOperationsExtensions.GetObjectsByObjectIdsAsync Method

Definition

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

Parameters

operations
IObjectsOperations
cancellationToken
CancellationToken

Returns

Applies to