共用方式為


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/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