IOrdersOperations Interface

Definition

OrdersOperations operations.

public interface IOrdersOperations
type IOrdersOperations = interface
Public Interface IOrdersOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, Order, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an order.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the order related to the device.

CreateOrUpdateWithHttpMessagesAsync(String, Order, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an order.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the order related to the device.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a specific order by name.

ListByDataBoxEdgeDeviceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByDataBoxEdgeDeviceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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