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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxHeavyJobDetailsTypeConverter))]
public class DataBoxHeavyJobDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxHeavyJobDetails, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxHeavyJobDetailsTypeConverter))>]
type DataBoxHeavyJobDetails = class
interface IDataBoxHeavyJobDetails
interface IJsonSerializable
interface IJobDetails
interface IValidates
Public Class DataBoxHeavyJobDetails
Implements IDataBoxHeavyJobDetails, IValidates
- Inheritance
-
DataBoxHeavyJobDetails
- Attributes
- Implements
Constructors
DataBoxHeavyJobDetails() |
Creates an new DataBoxHeavyJobDetails instance. |
Properties
Action |
Available actions on the job. |
ChainOfCustodySasKey |
Shared access key to download the chain of custody logs |
ContactDetail |
Contact details for notification and shipping. |
CopyLogDetail |
List of copy log details. |
CopyProgress |
Copy progress per account. |
DatacenterAddress |
Datacenter address to ship to, for the given sku and storage location. |
DataCenterCode |
DataCenter code. |
DataExportDetail |
Details of the data to be exported from azure. |
DataImportDetail |
Details of the data to be imported into azure. |
DeliveryPackage |
Delivery package shipping details. |
DeviceErasureDetail |
Holds device data erasure details |
DevicePassword |
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 : @#-$%^!+=;:_()]+ |
ExpectedDataSizeInTeraByte |
The expected size of the data, which needs to be transferred in this job, in terabytes. |
JobStage |
List of stages that run in the job. |
KeyEncryptionKey |
Details about which key encryption type is being used. |
LastMitigationActionOnJob |
Last mitigation action performed on the job. |
Preference |
Preferences for the order. |
ReturnPackage |
Return package shipping details. |
ReverseShipmentLabelSasKey |
Shared access key to download the return shipment label |
ReverseShippingDetail |
Optional Reverse Shipping details for order. |
ShippingAddress |
Shipping address of the customer. |
Type |
Indicates the type of job details. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataBoxHeavyJobDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataBoxHeavyJobDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxHeavyJobDetails. |
FromJsonString(String) |
Creates a new instance of DataBoxHeavyJobDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataBoxHeavyJobDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |