共用方式為


UsersOperationsExtensions.Delete(IUsersOperations, String) Method

Definition

Delete a user.

public static void Delete (this Microsoft.Azure.Graph.RBAC.IUsersOperations operations, string upnOrObjectId);
static member Delete : Microsoft.Azure.Graph.RBAC.IUsersOperations * string -> unit
<Extension()>
Public Sub Delete (operations As IUsersOperations, upnOrObjectId As String)

Parameters

operations
IUsersOperations

The operations group for this extension method.

upnOrObjectId
String

The object ID or principal name of the user to delete.

Applies to