UsersOperations Class

Definition

public class UsersOperations : Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.IUsersOperations, Microsoft.Rest.IServiceOperations<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.MicrosoftGraphClient>
type UsersOperations = class
    interface IServiceOperations<MicrosoftGraphClient>
    interface IUsersOperations
Public Class UsersOperations
Implements IServiceOperations(Of MicrosoftGraphClient), IUsersOperations
Inheritance
UsersOperations
Implements

Constructors

UsersOperations(MicrosoftGraphClient)

Properties

Client

Methods

CreateUserWithHttpMessagesAsync(MicrosoftGraphUser, Dictionary<String,List<String>>, CancellationToken)
DeleteUserWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetMyProfileWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
GetUserWithHttpMessagesAsync(String, String, IList<String>, IList<String>, Dictionary<String,List<String>>, CancellationToken)
ListUserWithHttpMessagesAsync(String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, IList<String>, IList<String>, IList<String>, Dictionary<String,List<String>>, CancellationToken)
UpdateUserWithHttpMessagesAsync(String, MicrosoftGraphUser, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

CreateUser(IUsersOperations, MicrosoftGraphUser)
CreateUserAsync(IUsersOperations, MicrosoftGraphUser, CancellationToken)
DeleteUser(IUsersOperations, String, String)
DeleteUserAsync(IUsersOperations, String, String, CancellationToken)
GetMyProfile(IUsersOperations)
GetMyProfileAsync(IUsersOperations, CancellationToken)
GetUser(IUsersOperations, String, String, IList<String>, IList<String>)
GetUserAsync(IUsersOperations, String, String, IList<String>, IList<String>, CancellationToken)
ListUser(IUsersOperations, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, IList<String>, IList<String>, IList<String>)
ListUserAsync(IUsersOperations, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, IList<String>, IList<String>, IList<String>, CancellationToken)
UpdateUser(IUsersOperations, String, MicrosoftGraphUser)
UpdateUserAsync(IUsersOperations, String, MicrosoftGraphUser, CancellationToken)

Applies to