DataBoxJobDetails 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 Job Details.
public class DataBoxJobDetails : Azure.ResourceManager.DataBox.Models.DataBoxBasicJobDetails
type DataBoxJobDetails = class
inherit DataBoxBasicJobDetails
Public Class DataBoxJobDetails
Inherits DataBoxBasicJobDetails
- Inheritance
Constructors
DataBoxJobDetails(DataBoxContactDetails) |
Initializes a new instance of DataBoxJobDetails. |
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 storage account. |
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) |
DevicePassword |
Set Device password for unlocking Databox. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+. |
ExpectedDataSizeInTerabytes |
The expected size of the data, which needs to be transferred in this job, in terabytes. (Inherited from DataBoxBasicJobDetails) |
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) |
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