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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET