DataBoxCustomerDiskJobDetails interface

Customer disk job details.

Extends

Properties

copyProgress

Copy progress per disk. NOTE: This property will not be serialized. It can only be populated by the server.

deliverToDcPackageDetails

Delivery package shipping details. NOTE: This property will not be serialized. It can only be populated by the server.

enableManifestBackup

Flag to indicate if disk manifest should be backed-up in the Storage Account.

exportDiskDetailsCollection

Contains the map of disk serial number to the disk details for export jobs. NOTE: This property will not be serialized. It can only be populated by the server.

importDiskDetailsCollection

Contains the map of disk serial number to the disk details for import jobs.

jobDetailsType

Polymorphic discriminator, which specifies the different types this object can be

returnToCustomerPackageDetails

Return package shipping details.

Inherited Properties

actions

Available actions on the job. NOTE: This property will not be serialized. It can only be populated by the server.

chainOfCustodySasKey

Shared access key to download the chain of custody logs NOTE: This property will not be serialized. It can only be populated by the server.

contactDetails

Contact details for notification and shipping.

copyLogDetails

List of copy log details. NOTE: This property will not be serialized. It can only be populated by the server.

datacenterAddress

Datacenter address to ship to, for the given sku and storage location. NOTE: This property will not be serialized. It can only be populated by the server.

dataCenterCode

DataCenter code. NOTE: This property will not be serialized. It can only be populated by the server.

dataExportDetails

Details of the data to be exported from azure.

dataImportDetails

Details of the data to be imported into azure.

deliveryPackage

Delivery package shipping details. NOTE: This property will not be serialized. It can only be populated by the server.

deviceErasureDetails

Holds device data erasure details NOTE: This property will not be serialized. It can only be populated by the server.

expectedDataSizeInTeraBytes

The expected size of the data, which needs to be transferred in this job, in terabytes.

jobStages

List of stages that run in the job. NOTE: This property will not be serialized. It can only be populated by the server.

keyEncryptionKey

Details about which key encryption type is being used.

lastMitigationActionOnJob

Last mitigation action performed on the job. NOTE: This property will not be serialized. It can only be populated by the server.

preferences

Preferences for the order.

returnPackage

Return package shipping details. NOTE: This property will not be serialized. It can only be populated by the server.

reverseShipmentLabelSasKey

Shared access key to download the return shipment label NOTE: This property will not be serialized. It can only be populated by the server.

reverseShippingDetails

Optional Reverse Shipping details for order.

shippingAddress

Shipping address of the customer.

Property Details

copyProgress

Copy progress per disk. NOTE: This property will not be serialized. It can only be populated by the server.

copyProgress?: DataBoxCustomerDiskCopyProgress[]

Property Value

deliverToDcPackageDetails

Delivery package shipping details. NOTE: This property will not be serialized. It can only be populated by the server.

deliverToDcPackageDetails?: PackageCarrierInfo

Property Value

enableManifestBackup

Flag to indicate if disk manifest should be backed-up in the Storage Account.

enableManifestBackup?: boolean

Property Value

boolean

exportDiskDetailsCollection

Contains the map of disk serial number to the disk details for export jobs. NOTE: This property will not be serialized. It can only be populated by the server.

exportDiskDetailsCollection?: {[propertyName: string]: ExportDiskDetails}

Property Value

{[propertyName: string]: ExportDiskDetails}

importDiskDetailsCollection

Contains the map of disk serial number to the disk details for import jobs.

importDiskDetailsCollection?: {[propertyName: string]: ImportDiskDetails}

Property Value

{[propertyName: string]: ImportDiskDetails}

jobDetailsType

Polymorphic discriminator, which specifies the different types this object can be

jobDetailsType: "DataBoxCustomerDisk"

Property Value

"DataBoxCustomerDisk"

returnToCustomerPackageDetails

Return package shipping details.

returnToCustomerPackageDetails: PackageCarrierDetails

Property Value

Inherited Property Details

actions

Available actions on the job. NOTE: This property will not be serialized. It can only be populated by the server.

actions?: CustomerResolutionCode[]

Property Value

Inherited From JobDetails.actions

chainOfCustodySasKey

Shared access key to download the chain of custody logs NOTE: This property will not be serialized. It can only be populated by the server.

chainOfCustodySasKey?: string

Property Value

string

Inherited From JobDetails.chainOfCustodySasKey

contactDetails

Contact details for notification and shipping.

contactDetails: ContactDetails

Property Value

Inherited From JobDetails.contactDetails

copyLogDetails

List of copy log details. NOTE: This property will not be serialized. It can only be populated by the server.

copyLogDetails?: CopyLogDetailsUnion[]

Property Value

Inherited From JobDetails.copyLogDetails

datacenterAddress

Datacenter address to ship to, for the given sku and storage location. NOTE: This property will not be serialized. It can only be populated by the server.

datacenterAddress?: DatacenterAddressResponseUnion

Property Value

Inherited From JobDetails.datacenterAddress

dataCenterCode

DataCenter code. NOTE: This property will not be serialized. It can only be populated by the server.

dataCenterCode?: string

Property Value

string

Inherited From JobDetails.dataCenterCode

dataExportDetails

Details of the data to be exported from azure.

dataExportDetails?: DataExportDetails[]

Property Value

Inherited From JobDetails.dataExportDetails

dataImportDetails

Details of the data to be imported into azure.

dataImportDetails?: DataImportDetails[]

Property Value

Inherited From JobDetails.dataImportDetails

deliveryPackage

Delivery package shipping details. NOTE: This property will not be serialized. It can only be populated by the server.

deliveryPackage?: PackageShippingDetails

Property Value

Inherited From JobDetails.deliveryPackage

deviceErasureDetails

Holds device data erasure details NOTE: This property will not be serialized. It can only be populated by the server.

deviceErasureDetails?: DeviceErasureDetails

Property Value

Inherited From JobDetails.deviceErasureDetails

expectedDataSizeInTeraBytes

The expected size of the data, which needs to be transferred in this job, in terabytes.

expectedDataSizeInTeraBytes?: number

Property Value

number

Inherited From JobDetails.expectedDataSizeInTeraBytes

jobStages

List of stages that run in the job. NOTE: This property will not be serialized. It can only be populated by the server.

jobStages?: JobStages[]

Property Value

Inherited From JobDetails.jobStages

keyEncryptionKey

Details about which key encryption type is being used.

keyEncryptionKey?: KeyEncryptionKey

Property Value

Inherited From JobDetails.keyEncryptionKey

lastMitigationActionOnJob

Last mitigation action performed on the job. NOTE: This property will not be serialized. It can only be populated by the server.

lastMitigationActionOnJob?: LastMitigationActionOnJob

Property Value

Inherited From JobDetails.lastMitigationActionOnJob

preferences

Preferences for the order.

preferences?: Preferences

Property Value

Inherited From JobDetails.preferences

returnPackage

Return package shipping details. NOTE: This property will not be serialized. It can only be populated by the server.

returnPackage?: PackageShippingDetails

Property Value

Inherited From JobDetails.returnPackage

reverseShipmentLabelSasKey

Shared access key to download the return shipment label NOTE: This property will not be serialized. It can only be populated by the server.

reverseShipmentLabelSasKey?: string

Property Value

string

Inherited From JobDetails.reverseShipmentLabelSasKey

reverseShippingDetails

Optional Reverse Shipping details for order.

reverseShippingDetails?: ReverseShippingDetails

Property Value

Inherited From JobDetails.reverseShippingDetails

shippingAddress

Shipping address of the customer.

shippingAddress?: ShippingAddress

Property Value

Inherited From JobDetails.shippingAddress