OrdersOperationsExtensions.Delete(IOrdersOperations, String, String) Method

Definition

Deletes the order related to the device.

public static void Delete (this Microsoft.Azure.Management.EdgeGateway.IOrdersOperations operations, string deviceName, string resourceGroupName);
static member Delete : Microsoft.Azure.Management.EdgeGateway.IOrdersOperations * string * string -> unit
<Extension()>
Public Sub Delete (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