你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OrdersOperationsExtensions.BeginCreateOrUpdateAsync 方法

定义

创建或更新订单。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.Order> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.DataBoxEdge.IOrdersOperations operations, string deviceName, Microsoft.Azure.Management.DataBoxEdge.Models.Order order, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.DataBoxEdge.IOrdersOperations * string * Microsoft.Azure.Management.DataBoxEdge.Models.Order * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBoxEdge.Models.Order>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IOrdersOperations, deviceName As String, order As Order, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Order)

参数

operations
IOrdersOperations

此扩展方法的操作组。

deviceName
String

设备的订单详细信息。

order
Order

要创建或更新的顺序。

resourceGroupName
String

资源组名称。

cancellationToken
CancellationToken

取消标记。

返回

适用于