DataBoxCustomerDiskJobDetails Class
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.
Customer disk job details.
public class DataBoxCustomerDiskJobDetails : Azure.ResourceManager.DataBox.Models.DataBoxBasicJobDetails
type DataBoxCustomerDiskJobDetails = class
inherit DataBoxBasicJobDetails
Public Class DataBoxCustomerDiskJobDetails
Inherits DataBoxBasicJobDetails
- Inheritance
Constructors
DataBoxCustomerDiskJobDetails(DataBoxContactDetails, PackageCarrierDetails) |
Initializes a new instance of DataBoxCustomerDiskJobDetails. |
Properties
Actions |
Available actions on the job. (Inherited from DataBoxBasicJobDetails) |
ChainOfCustodySasKey |
Shared access key to download the chain of custody logs. (Inherited from DataBoxBasicJobDetails) |
ContactDetails |
Contact details for notification and shipping. (Inherited from DataBoxBasicJobDetails) |
CopyLogDetails |
List of copy log details. Please note CopyLogDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DataBoxAccountCopyLogDetails, DataBoxCustomerDiskCopyLogDetails, DataBoxDiskCopyLogDetails and DataBoxHeavyAccountCopyLogDetails. (Inherited from DataBoxBasicJobDetails) |
CopyProgress |
Copy progress per disk. |
DataCenterAddress |
Datacenter address to ship to, for the given sku and storage location. Please note DataCenterAddressResult is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DataCenterAddressInstructionResult and DataCenterAddressLocationResult. (Inherited from DataBoxBasicJobDetails) |
DataCenterCode |
DataCenter code. (Inherited from DataBoxBasicJobDetails) |
DataExportDetails |
Details of the data to be exported from azure. (Inherited from DataBoxBasicJobDetails) |
DataImportDetails |
Details of the data to be imported into azure. (Inherited from DataBoxBasicJobDetails) |
DeliverToDataCenterPackageDetails |
Delivery package shipping details. |
DeliveryPackage |
Delivery package shipping details. (Inherited from DataBoxBasicJobDetails) |
DeviceErasureDetails |
Holds device data erasure details. (Inherited from DataBoxBasicJobDetails) |
EnableManifestBackup |
Flag to indicate if disk manifest should be backed-up in the Storage Account. |
ExpectedDataSizeInTerabytes |
The expected size of the data, which needs to be transferred in this job, in terabytes. (Inherited from DataBoxBasicJobDetails) |
ExportDiskDetails |
Contains the map of disk serial number to the disk details for export jobs. |
ImportDiskDetails |
Contains the map of disk serial number to the disk details for import jobs. |
JobStages |
List of stages that run in the job. (Inherited from DataBoxBasicJobDetails) |
KeyEncryptionKey |
Details about which key encryption type is being used. (Inherited from DataBoxBasicJobDetails) |
LastMitigationActionOnJob |
Last mitigation action performed on the job. (Inherited from DataBoxBasicJobDetails) |
Preferences |
Preferences for the order. (Inherited from DataBoxBasicJobDetails) |
ReturnPackage |
Return package shipping details. (Inherited from DataBoxBasicJobDetails) |
ReturnToCustomerPackageDetails |
Return package shipping details. |
ReverseShipmentLabelSasKey |
Shared access key to download the return shipment label. (Inherited from DataBoxBasicJobDetails) |
ReverseShippingDetails |
Optional Reverse Shipping details for order. (Inherited from DataBoxBasicJobDetails) |
ShippingAddress |
Shipping address of the customer. (Inherited from DataBoxBasicJobDetails) |
Applies to
Azure SDK for .NET