DataBoxDiskJobDetails Class

Definition

DataBox Disk Job Details.

[Newtonsoft.Json.JsonObject("DataBoxDisk")]
public class DataBoxDiskJobDetails : Microsoft.Azure.Management.DataBox.Models.JobDetails
[<Newtonsoft.Json.JsonObject("DataBoxDisk")>]
type DataBoxDiskJobDetails = class
    inherit JobDetails
Public Class DataBoxDiskJobDetails
Inherits JobDetails
Inheritance
DataBoxDiskJobDetails
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

DataBoxDiskJobDetails()

Initializes a new instance of the DataBoxDiskJobDetails class.

DataBoxDiskJobDetails(ContactDetails, IList<JobStages>, ShippingAddress, PackageShippingDetails, PackageShippingDetails, IList<DataImportDetails>, IList<DataExportDetails>, Preferences, IList<CopyLogDetails>, String, String, KeyEncryptionKey, Nullable<Int32>, IList<Nullable<CustomerResolutionCode>>, LastMitigationActionOnJob, DatacenterAddressResponse, String, IDictionary<String,Nullable<Int32>>, IList<DataBoxDiskCopyProgress>, IDictionary<String,Nullable<Int32>>, String)

Initializes a new instance of the DataBoxDiskJobDetails 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 disk.

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)
DisksAndSizeDetails

Gets 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

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)
Passkey

Gets or sets user entered passkey for DataBox Disk job.

Preferences

Gets or sets preferences for the order.

(Inherited from JobDetails)
PreferredDisks

Gets or sets 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

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.

Applies to