DataBoxBasicJobDetails 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.
Job details. Please note DataBoxBasicJobDetails 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 DataBoxJobDetails, DataBoxCustomerDiskJobDetails, DataBoxDiskJobDetails and DataBoxHeavyJobDetails.
public abstract class DataBoxBasicJobDetails
type DataBoxBasicJobDetails = class
Public MustInherit Class DataBoxBasicJobDetails
- Inheritance
-
DataBoxBasicJobDetails
- Derived
Constructors
DataBoxBasicJobDetails(DataBoxContactDetails) |
Initializes a new instance of DataBoxBasicJobDetails. |
Properties
Actions |
Available actions on the job. |
ChainOfCustodySasKey |
Shared access key to download the chain of custody logs. |
ContactDetails |
Contact details for notification and shipping. |
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. |
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. |
DataCenterCode |
DataCenter code. |
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. |
DeviceErasureDetails |
Holds device data erasure details. |
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. |
KeyEncryptionKey |
Details about which key encryption type is being used. |
LastMitigationActionOnJob |
Last mitigation action performed on the job. |
Preferences |
Preferences for the order. |
ReturnPackage |
Return package shipping details. |
ReverseShipmentLabelSasKey |
Shared access key to download the return shipment label. |
ReverseShippingDetails |
Optional Reverse Shipping details for order. |
ShippingAddress |
Shipping address of the customer. |
Applies to
Azure SDK for .NET