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

OrdersOperationsExtensions.BeginCreateOrUpdate 方法

定义

创建或更新订单。

public static Microsoft.Azure.Management.DataBoxEdge.Models.Order BeginCreateOrUpdate (this Microsoft.Azure.Management.DataBoxEdge.IOrdersOperations operations, string deviceName, Microsoft.Azure.Management.DataBoxEdge.Models.Order order, string resourceGroupName);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.DataBoxEdge.IOrdersOperations * string * Microsoft.Azure.Management.DataBoxEdge.Models.Order * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Order
<Extension()>
Public Function BeginCreateOrUpdate (operations As IOrdersOperations, deviceName As String, order As Order, resourceGroupName As String) As Order

参数

operations
IOrdersOperations

此扩展方法的操作组。

deviceName
String

设备的订单详细信息。

order
Order

要创建或更新的顺序。

resourceGroupName
String

资源组名称。

返回

适用于