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

DataBoxJobResource.MarkDevicesShipped 方法

定义

请求将给定作业的设备标记为已发货

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/markDevicesShipped
  • 操作IdJobs_MarkDevicesShipped
public virtual Azure.Response MarkDevicesShipped (Azure.ResourceManager.DataBox.Models.MarkDevicesShippedContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member MarkDevicesShipped : Azure.ResourceManager.DataBox.Models.MarkDevicesShippedContent * System.Threading.CancellationToken -> Azure.Response
override this.MarkDevicesShipped : Azure.ResourceManager.DataBox.Models.MarkDevicesShippedContent * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function MarkDevicesShipped (content As MarkDevicesShippedContent, Optional cancellationToken As CancellationToken = Nothing) As Response

参数

content
MarkDevicesShippedContent

标记设备已发货请求。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

content 为 null。

适用于