JobsOperationsExtensions.MarkDevicesShipped Method

Definition

Request to mark devices for a given job as shipped

public static void MarkDevicesShipped (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string jobName, string resourceGroupName, Microsoft.Azure.Management.DataBox.Models.PackageCarrierInfo deliverToDcPackageDetails);
static member MarkDevicesShipped : Microsoft.Azure.Management.DataBox.IJobsOperations * string * string * Microsoft.Azure.Management.DataBox.Models.PackageCarrierInfo -> unit
<Extension()>
Public Sub MarkDevicesShipped (operations As IJobsOperations, jobName As String, resourceGroupName As String, deliverToDcPackageDetails As PackageCarrierInfo)

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

Applies to