UpdateJobParameters interface

Update Job parameters

Properties

backupDriveManifest

Indicates whether the manifest files on the drives should be copied to block blobs.

cancelRequested

If specified, the value must be true. The service will attempt to cancel the job.

deliveryPackage

Contains information about the package being shipped by the customer to the Microsoft data center.

driveList

List of drives that comprise the job.

logLevel

Indicates whether error logging or verbose logging is enabled.

returnAddress

Specifies the return address information for the job.

returnShipping

Specifies the return carrier and customer's account with the carrier.

state

If specified, the value must be Shipping, which tells the Import/Export service that the package for the job has been shipped. The ReturnAddress and DeliveryPackage properties must have been set either in this request or in a previous request, otherwise the request will fail.

tags

Specifies the tags that will be assigned to the job

Property Details

backupDriveManifest

Indicates whether the manifest files on the drives should be copied to block blobs.

backupDriveManifest?: boolean

Property Value

boolean

cancelRequested

If specified, the value must be true. The service will attempt to cancel the job.

cancelRequested?: boolean

Property Value

boolean

deliveryPackage

Contains information about the package being shipped by the customer to the Microsoft data center.

deliveryPackage?: DeliveryPackageInformation

Property Value

driveList

List of drives that comprise the job.

driveList?: DriveStatus[]

Property Value

logLevel

Indicates whether error logging or verbose logging is enabled.

logLevel?: string

Property Value

string

returnAddress

Specifies the return address information for the job.

returnAddress?: ReturnAddress

Property Value

returnShipping

Specifies the return carrier and customer's account with the carrier.

returnShipping?: ReturnShipping

Property Value

state

If specified, the value must be Shipping, which tells the Import/Export service that the package for the job has been shipped. The ReturnAddress and DeliveryPackage properties must have been set either in this request or in a previous request, otherwise the request will fail.

state?: string

Property Value

string

tags

Specifies the tags that will be assigned to the job

tags?: Record<string, unknown>

Property Value

Record<string, unknown>