OrdersOperationsExtensions Class

Definition

Extension methods for OrdersOperations.

public static class OrdersOperationsExtensions
type OrdersOperationsExtensions = class
Public Module OrdersOperationsExtensions
Inheritance
OrdersOperationsExtensions

Methods

BeginCreateOrUpdate(IOrdersOperations, String, Order, String)

Creates or updates an order.

BeginCreateOrUpdateAsync(IOrdersOperations, String, Order, String, CancellationToken)

Creates or updates an order.

BeginDelete(IOrdersOperations, String, String)

Deletes the order related to the device.

BeginDeleteAsync(IOrdersOperations, String, String, CancellationToken)

Deletes the order related to the device.

CreateOrUpdate(IOrdersOperations, String, Order, String)

Creates or updates an order.

CreateOrUpdateAsync(IOrdersOperations, String, Order, String, CancellationToken)

Creates or updates an order.

Delete(IOrdersOperations, String, String)

Deletes the order related to the device.

DeleteAsync(IOrdersOperations, String, String, CancellationToken)

Deletes the order related to the device.

Get(IOrdersOperations, String, String)

Gets a specific order by name.

GetAsync(IOrdersOperations, String, String, CancellationToken)

Gets a specific order by name.

ListByDataBoxEdgeDevice(IOrdersOperations, String, String)

Lists all the orders related to a data box edge/gateway device.

ListByDataBoxEdgeDeviceAsync(IOrdersOperations, String, String, CancellationToken)

Lists all the orders related to a data box edge/gateway device.

ListByDataBoxEdgeDeviceNext(IOrdersOperations, String)

Lists all the orders related to a data box edge/gateway device.

ListByDataBoxEdgeDeviceNextAsync(IOrdersOperations, String, CancellationToken)

Lists all the orders related to a data box edge/gateway device.

Applies to