共用方式為


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/Data Box Gateway device.

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

Lists all the orders related to a Data Box Edge/Data Box Gateway device.

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

Gets the DCAccess Code

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/Data Box Gateway device.

ListByDataBoxEdgeDeviceAsync(IOrdersOperations, String, String, CancellationToken)

Lists all the orders related to a Data Box Edge/Data Box Gateway device.

ListByDataBoxEdgeDeviceNext(IOrdersOperations, String)

Lists all the orders related to a Data Box Edge/Data Box Gateway device.

ListByDataBoxEdgeDeviceNextAsync(IOrdersOperations, String, CancellationToken)

Lists all the orders related to a Data Box Edge/Data Box Gateway device.

ListDCAccessCode(IOrdersOperations, String, String)

Gets the DCAccess Code

ListDCAccessCodeAsync(IOrdersOperations, String, String, CancellationToken)

Gets the DCAccess Code

Applies to