次の方法で共有


JobsOperationsExtensions.MarkDevicesShippedAsync メソッド

定義

特定のジョブのデバイスを出荷済みとしてマークする要求

public static System.Threading.Tasks.Task MarkDevicesShippedAsync (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string jobName, string resourceGroupName, Microsoft.Azure.Management.DataBox.Models.PackageCarrierInfo deliverToDcPackageDetails, System.Threading.CancellationToken cancellationToken = default);
static member MarkDevicesShippedAsync : Microsoft.Azure.Management.DataBox.IJobsOperations * string * string * Microsoft.Azure.Management.DataBox.Models.PackageCarrierInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function MarkDevicesShippedAsync (operations As IJobsOperations, jobName As String, resourceGroupName As String, deliverToDcPackageDetails As PackageCarrierInfo, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IJobsOperations

この拡張メソッドの操作グループ。

jobName
String

指定したリソース グループ内のジョブ リソースの名前。 ジョブ名の長さは 3 ~ 24 文字で、英数字とアンダースコアのみを使用する必要があります

resourceGroupName
String

リソース グループ名

deliverToDcPackageDetails
PackageCarrierInfo

配送パッケージの詳細

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象