IObjectsOperations Interface

Definition

ObjectsOperations operations.

public interface IObjectsOperations
type IObjectsOperations = interface
Public Interface IObjectsOperations

Methods

GetObjectsByObjectIdsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets AD group membership for the specified AD object IDs.

GetObjectsByObjectIdsWithHttpMessagesAsync(GetObjectsParameters, Dictionary<String,List<String>>, CancellationToken)

Gets the directory objects specified in a list of object IDs. You can also specify which resource collections (users, groups, etc.) should be searched by specifying the optional types parameter.

Extension Methods

GetObjectsByObjectIdsAsync(IObjectsOperations, GetObjectsParameters, CancellationToken)

Gets the directory objects specified in a list of object IDs. You can also specify which resource collections (users, groups, etc.) should be searched by specifying the optional types parameter.

GetObjectsByObjectIdsNextAsync(IObjectsOperations, String, CancellationToken)

Gets AD group membership for the specified AD object IDs.

Applies to