Orders Interface
public interface Orders
Resource collection API of Orders.
Method Summary
Method Details
createOrUpdate
public abstract Order createOrUpdate(String deviceName, String resourceGroupName, OrderInner order)
Creates or updates an order.
Parameters:
Returns:
createOrUpdate
public abstract Order createOrUpdate(String deviceName, String resourceGroupName, OrderInner order, Context context)
Creates or updates an order.
Parameters:
Returns:
delete
public abstract void delete(String deviceName, String resourceGroupName, Context context)
Deletes the order related to the device.
Parameters:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String deviceName, String resourceGroupName)
Deletes the order related to the device.
Parameters:
get
public abstract Order get(String deviceName, String resourceGroupName)
Gets a specific order by name.
Parameters:
Returns:
getWithResponse
public abstract Response<Order> getWithResponse(String deviceName, String resourceGroupName, Context context)
Gets a specific order by name.
Parameters:
Returns:
listByDataBoxEdgeDevice
public abstract PagedIterable<Order> listByDataBoxEdgeDevice(String deviceName, String resourceGroupName)
Lists all the orders related to a Data Box Edge/Data Box Gateway device.
Parameters:
Returns:
listByDataBoxEdgeDevice
public abstract PagedIterable<Order> listByDataBoxEdgeDevice(String deviceName, String resourceGroupName, Context context)
Lists all the orders related to a Data Box Edge/Data Box Gateway device.
Parameters:
Returns: