Condividi tramite


JobsOperationsExtensions.MarkDevicesShippedAsync Method

Definition

Request to mark devices for a given job as shipped

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

Parameters

operations
IJobsOperations

The operations group for this extension method.

jobName
String

The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only

resourceGroupName
String

The Resource Group Name

deliverToDcPackageDetails
PackageCarrierInfo

Delivery package details

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to