JobDetails 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.
public class JobDetails
type JobDetails = class
Public Class JobDetails
- Inheritance
-
JobDetails
- Derived
Constructors
JobDetails() |
Initializes a new instance of the JobDetails class. |
JobDetails(ContactDetails, IList<JobStages>, ShippingAddress, PackageShippingDetails, PackageShippingDetails, IList<DataImportDetails>, IList<DataExportDetails>, Preferences, IList<CopyLogDetails>, String, String, KeyEncryptionKey, Nullable<Int32>, IList<Nullable<CustomerResolutionCode>>, LastMitigationActionOnJob, DatacenterAddressResponse, String) |
Initializes a new instance of the JobDetails class. |
Properties
Actions |
Gets available actions on the job. |
ChainOfCustodySasKey |
Gets shared access key to download the chain of custody logs |
ContactDetails |
Gets or sets contact details for notification and shipping. |
CopyLogDetails |
Gets list of copy log details. |
DatacenterAddress |
Gets datacenter address to ship to, for the given sku and storage location. |
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' |
DataExportDetails |
Gets or sets details of the data to be exported from azure. |
DataImportDetails |
Gets or sets details of the data to be imported into azure. |
DeliveryPackage |
Gets delivery package shipping details. |
ExpectedDataSizeInTeraBytes |
Gets or sets the expected size of the data, which needs to be transferred in this job, in terabytes. |
JobStages |
Gets list of stages that run in the job. |
KeyEncryptionKey |
Gets or sets details about which key encryption type is being used. |
LastMitigationActionOnJob |
Gets last mitigation action performed on the job. |
Preferences |
Gets or sets preferences for the order. |
ReturnPackage |
Gets return package shipping details. |
ReverseShipmentLabelSasKey |
Gets shared access key to download the return shipment label |
ShippingAddress |
Gets or sets shipping address of the customer. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET