DataBoxDiskJobDetails 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.
DataBox Disk Job Details.
public class DataBoxDiskJobDetails : Azure.ResourceManager.DataBox.Models.DataBoxBasicJobDetails
type DataBoxDiskJobDetails = class
inherit DataBoxBasicJobDetails
Public Class DataBoxDiskJobDetails
Inherits DataBoxBasicJobDetails
- Inheritance
Constructors
DataBoxDiskJobDetails(DataBoxContactDetails) |
Initializes a new instance of DataBoxDiskJobDetails. |
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) |
DeliveryPackage |
Delivery package shipping details. (Inherited from DataBoxBasicJobDetails) |
DeviceErasureDetails |
Holds device data erasure details. (Inherited from DataBoxBasicJobDetails) |
DisksAndSizeDetails |
Contains the map of disk serial number to the disk size being used for the job. Is returned only after the disks are shipped to the customer. |
ExpectedDataSizeInTerabytes |
The expected size of the data, which needs to be transferred in this job, in terabytes. (Inherited from DataBoxBasicJobDetails) |
GranularCopyLogDetails |
Copy progress per disk. |
GranularCopyProgress |
Copy progress per disk. |
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) |
Passkey |
User entered passkey for DataBox Disk job. |
Preferences |
Preferences for the order. (Inherited from DataBoxBasicJobDetails) |
PreferredDisks |
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int. |
ReturnPackage |
Return package shipping details. (Inherited from DataBoxBasicJobDetails) |
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