DataBoxHeavyJobDetails 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 Heavy Device Job Details
[Newtonsoft.Json.JsonObject("DataBoxHeavy")]
public class DataBoxHeavyJobDetails : Microsoft.Azure.Management.DataBox.Models.JobDetails
[<Newtonsoft.Json.JsonObject("DataBoxHeavy")>]
type DataBoxHeavyJobDetails = class
inherit JobDetails
Public Class DataBoxHeavyJobDetails
Inherits JobDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
DataBoxHeavyJobDetails() |
Initializes a new instance of the DataBoxHeavyJobDetails class. |
DataBoxHeavyJobDetails(ContactDetails, IList<JobStages>, ShippingAddress, PackageShippingDetails, PackageShippingDetails, IList<DataImportDetails>, IList<DataExportDetails>, Preferences, IList<CopyLogDetails>, String, String, KeyEncryptionKey, Nullable<Int32>, IList<Nullable<CustomerResolutionCode>>, LastMitigationActionOnJob, DatacenterAddressResponse, String, IList<CopyProgress>, String) |
Initializes a new instance of the DataBoxHeavyJobDetails class. |
Properties
Actions |
Gets available actions on the job. (Inherited from JobDetails) |
ChainOfCustodySasKey |
Gets shared access key to download the chain of custody logs (Inherited from JobDetails) |
ContactDetails |
Gets or sets contact details for notification and shipping. (Inherited from JobDetails) |
CopyLogDetails |
Gets list of copy log details. (Inherited from JobDetails) |
CopyProgress |
Gets copy progress per account. |
DatacenterAddress |
Gets datacenter address to ship to, for the given sku and storage location. (Inherited from JobDetails) |
DataCenterCode |
Gets dataCenter code. Possible values include: 'Invalid', 'BY2', 'BY1', 'ORK70', 'AM2', 'AMS20', 'BY21', 'BY24', 'MWH01', 'AMS06', 'SSE90', 'SYD03', 'SYD23', 'CBR20', 'YTO20', 'CWL20', 'LON24', 'BOM01', 'BL20', 'BL7', 'SEL20', 'TYO01', 'BN1', 'SN5', 'CYS04', 'TYO22', 'YTO21', 'YQB20', 'FRA22', 'MAA01', 'CPQ02', 'CPQ20', 'SIN20', 'HKG20', 'SG2', 'MEL23', 'SEL21', 'OSA20', 'SHA03', 'BJB', 'JNB22', 'JNB21', 'MNZ21', 'SN8', 'AUH20', 'ZRH20', 'PUS20', 'AdHoc', 'CH1', 'DSM05' (Inherited from JobDetails) |
DataExportDetails |
Gets or sets details of the data to be exported from azure. (Inherited from JobDetails) |
DataImportDetails |
Gets or sets details of the data to be imported into azure. (Inherited from JobDetails) |
DeliveryPackage |
Gets delivery package shipping details. (Inherited from JobDetails) |
DevicePassword |
Gets or sets set Device password for unlocking Databox Heavy. 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 |
Gets or sets the expected size of the data, which needs to be transferred in this job, in terabytes. (Inherited from JobDetails) |
JobStages |
Gets list of stages that run in the job. (Inherited from JobDetails) |
KeyEncryptionKey |
Gets or sets details about which key encryption type is being used. (Inherited from JobDetails) |
LastMitigationActionOnJob |
Gets last mitigation action performed on the job. (Inherited from JobDetails) |
Preferences |
Gets or sets preferences for the order. (Inherited from JobDetails) |
ReturnPackage |
Gets return package shipping details. (Inherited from JobDetails) |
ReverseShipmentLabelSasKey |
Gets shared access key to download the return shipment label (Inherited from JobDetails) |
ShippingAddress |
Gets or sets shipping address of the customer. (Inherited from JobDetails) |
Methods
Validate() |
Validate the object. |