Condividi tramite


ActiveDirectoryClient.GetObjectsByObjectIds(List<String>) Method

Definition

The graph getobjectsbyObjectId API supports 1000 objectIds per call. Due to this we are batching objectIds by chunk size of 1000 per APi call if it exceeds 1000

public System.Collections.Generic.List<Microsoft.Azure.Commands.ActiveDirectory.PSADObject> GetObjectsByObjectIds (System.Collections.Generic.List<string> objectIds);
member this.GetObjectsByObjectIds : System.Collections.Generic.List<string> -> System.Collections.Generic.List<Microsoft.Azure.Commands.ActiveDirectory.PSADObject>
Public Function GetObjectsByObjectIds (objectIds As List(Of String)) As List(Of PSADObject)

Parameters

objectIds
List<String>

Returns

Applies to