ActiveDirectoryClient.GetObjectsByObjectIds(List<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)