Condividi tramite


DataBoxCustomerDiskJobDetails Class

Definition

Customer disk job details.

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

Constructors

DataBoxCustomerDiskJobDetails()

Initializes a new instance of the DataBoxCustomerDiskJobDetails class.

DataBoxCustomerDiskJobDetails(ContactDetails, PackageCarrierDetails, 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,ImportDiskDetails>, IDictionary<String,ExportDiskDetails>, IList<DataBoxCustomerDiskCopyProgress>, PackageCarrierInfo, Nullable<Boolean>)

Initializes a new instance of the DataBoxCustomerDiskJobDetails 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)
DeliverToDcPackageDetails

Gets delivery package shipping details.

DeliveryPackage

Gets delivery package shipping details.

(Inherited from JobDetails)
EnableManifestBackup

Gets or sets flag to indicate if disk manifest should be backed-up in the Storage Account.

ExpectedDataSizeInTeraBytes

Gets or sets the expected size of the data, which needs to be transferred in this job, in terabytes.

(Inherited from JobDetails)
ExportDiskDetailsCollection

Gets contains the map of disk serial number to the disk details for export jobs.

ImportDiskDetailsCollection

Gets or sets contains the map of disk serial number to the disk details for import jobs.

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

Gets or sets return package shipping details.

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