JobDetails interface
Job details.
Properties
| actions | Available actions on the job. |
| chain |
Shared access key to download the chain of custody logs |
| contact |
Contact details for notification and shipping. |
| copy |
List of copy log details. |
| datacenter |
Datacenter address to ship to, for the given sku and storage location. |
| data |
DataCenter code. |
| data |
Details of the data to be exported from azure. |
| data |
Details of the data to be imported into azure. |
| delivery |
Delivery package shipping details. |
| device |
Holds device data erasure details |
| expected |
The expected size of the data, which needs to be transferred in this job, in terabytes. |
| job |
The discriminator possible values: DataBoxCustomerDisk, DataBoxDisk, DataBoxHeavy, DataBox |
| job |
List of stages that run in the job. |
| key |
Details about which key encryption type is being used. |
| last |
Last mitigation action performed on the job. |
| preferences | Preferences for the order. |
| return |
Return package shipping details. |
| reverse |
Shared access key to download the return shipment label |
| reverse |
Optional Reverse Shipping details for order. |
| shipping |
Shipping address of the customer. |
Property Details
actions
Available actions on the job.
actions?: CustomerResolutionCode[]
Property Value
chainOfCustodySasKey
Shared access key to download the chain of custody logs
chainOfCustodySasKey?: string
Property Value
string
contactDetails
Contact details for notification and shipping.
contactDetails: ContactDetails
Property Value
copyLogDetails
List of copy log details.
copyLogDetails?: CopyLogDetailsUnion[]
Property Value
datacenterAddress
Datacenter address to ship to, for the given sku and storage location.
datacenterAddress?: DatacenterAddressResponseUnion
Property Value
dataCenterCode
DataCenter code.
dataCenterCode?: string
Property Value
string
dataExportDetails
Details of the data to be exported from azure.
dataExportDetails?: DataExportDetails[]
Property Value
dataImportDetails
Details of the data to be imported into azure.
dataImportDetails?: DataImportDetails[]
Property Value
deliveryPackage
Delivery package shipping details.
deliveryPackage?: PackageShippingDetails
Property Value
deviceErasureDetails
Holds device data erasure details
deviceErasureDetails?: DeviceErasureDetails
Property Value
expectedDataSizeInTeraBytes
The expected size of the data, which needs to be transferred in this job, in terabytes.
expectedDataSizeInTeraBytes?: number
Property Value
number
jobDetailsType
The discriminator possible values: DataBoxCustomerDisk, DataBoxDisk, DataBoxHeavy, DataBox
jobDetailsType: ClassDiscriminator
Property Value
jobStages
keyEncryptionKey
Details about which key encryption type is being used.
keyEncryptionKey?: KeyEncryptionKey
Property Value
lastMitigationActionOnJob
Last mitigation action performed on the job.
lastMitigationActionOnJob?: LastMitigationActionOnJob
Property Value
preferences
returnPackage
Return package shipping details.
returnPackage?: PackageShippingDetails
Property Value
reverseShipmentLabelSasKey
Shared access key to download the return shipment label
reverseShipmentLabelSasKey?: string
Property Value
string
reverseShippingDetails
Optional Reverse Shipping details for order.
reverseShippingDetails?: ReverseShippingDetails