ObjectsOperationsExtensions.GetObjectsByObjectIdsAsync 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.
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
- parameters
- GetObjectsParameters
- cancellationToken
- CancellationToken