Share via


OrdersOperationsExtensions.BeginDelete Method

Definition

Deletes the order related to the device.

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

Parameters

operations
IOrdersOperations

The operations group for this extension method.

deviceName
String

The device name.

resourceGroupName
String

The resource group name.

Applies to