Share via


UsersOperationsExtensions.BeginDelete Method

Definition

Deletes the user on a databox edge/gateway device.

public static void BeginDelete (this Microsoft.Azure.Management.EdgeGateway.IUsersOperations operations, string deviceName, string name, string resourceGroupName);
static member BeginDelete : Microsoft.Azure.Management.EdgeGateway.IUsersOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IUsersOperations, deviceName As String, name As String, resourceGroupName As String)

Parameters

operations
IUsersOperations

The operations group for this extension method.

deviceName
String

The device name.

name
String

The user name.

resourceGroupName
String

The resource group name.

Applies to