UsersOperationsExtensions Class
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.
Extension methods for UsersOperations.
public static class UsersOperationsExtensions
type UsersOperationsExtensions = class
Public Module UsersOperationsExtensions
- Inheritance
-
UsersOperationsExtensions
Methods
CreateAsync(IUsersOperations, UserCreateParameters, CancellationToken) |
Create a new user. |
DeleteAsync(IUsersOperations, String, CancellationToken) |
Delete a user. |
GetAsync(IUsersOperations, String, CancellationToken) |
Gets user information from the directory. |
GetMemberGroupsAsync(IUsersOperations, String, UserGetMemberGroupsParameters, CancellationToken) |
Gets a collection that contains the object IDs of the groups of which the user is a member. |
ListAsync(IUsersOperations, ODataQuery<UserInner>, CancellationToken) |
Gets list of users for the current tenant. |
ListNextAsync(IUsersOperations, String, CancellationToken) |
Gets a list of users for the current tenant. |
UpdateAsync(IUsersOperations, String, UserUpdateParameters, CancellationToken) |
Updates a user. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET