IObjectsOperations Interface
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.
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
GetObjectsByObjectIds(IObjectsOperations, GetObjectsParameters) |
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. |
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. |
GetObjectsByObjectIdsNext(IObjectsOperations, String) |
Gets AD group membership for the specified AD object IDs. |
GetObjectsByObjectIdsNextAsync(IObjectsOperations, String, CancellationToken) |
Gets AD group membership for the specified AD object IDs. |
Applies to
Azure SDK for .NET