DataBoxDiskJobDetails 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 Disk Job Details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxDiskJobDetailsTypeConverter))]
public class DataBoxDiskJobDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskJobDetails, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxDiskJobDetailsTypeConverter))>]
type DataBoxDiskJobDetails = class
interface IDataBoxDiskJobDetails
interface IJsonSerializable
interface IJobDetails
interface IValidates
Public Class DataBoxDiskJobDetails
Implements IDataBoxDiskJobDetails, IValidates
- Inheritance
-
DataBoxDiskJobDetails
- Attributes
- Implements
Constructors
DataBoxDiskJobDetails() |
Creates an new DataBoxDiskJobDetails 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 disk. |
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 |
DisksAndSizeDetail |
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. |
ExpectedDataSizeInTeraByte |
The expected size of the data, which needs to be transferred in this job, in terabytes. |
GranularCopyLogDetail |
Copy progress per disk. |
GranularCopyProgress |
Copy progress per disk. |
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. |
Passkey |
User entered passkey for DataBox Disk job. |
Preference |
Preferences for the order. |
PreferredDisk |
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 |
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 DataBoxDiskJobDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataBoxDiskJobDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxDiskJobDetails. |
FromJsonString(String) |
Creates a new instance of DataBoxDiskJobDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataBoxDiskJobDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |