JobsOperationsExtensions.MarkDevicesShippedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET