UsersOperationsExtensions.UpdateUser Method
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.
public static void UpdateUser (this Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.IUsersOperations operations, string userId, Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.Models.MicrosoftGraphUser body);
static member UpdateUser : Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.IUsersOperations * string * Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.Models.MicrosoftGraphUser -> unit
<Extension()>
Public Sub UpdateUser (operations As IUsersOperations, userId As String, body As MicrosoftGraphUser)
Parameters
- operations
- IUsersOperations
- userId
- String
- body
- MicrosoftGraphUser