UsersOperationsExtensions.DeleteUser(IUsersOperations, String, String) 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 DeleteUser (this Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.IUsersOperations operations, string userId, string ifMatch = default);
static member DeleteUser : Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Users.IUsersOperations * string * string -> unit
<Extension()>
Public Sub DeleteUser (operations As IUsersOperations, userId As String, Optional ifMatch As String = Nothing)
Parameters
- operations
- IUsersOperations
- userId
- String
- ifMatch
- String