IDataBoxDiskJobDetails Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxDiskJobDetailsTypeConverter))]
public interface IDataBoxDiskJobDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IJobDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxDiskJobDetailsTypeConverter))>]
type IDataBoxDiskJobDetails = interface
interface IJsonSerializable
interface IJobDetails
Public Interface IDataBoxDiskJobDetails
Implements IJobDetails
- Derived
- Attributes
- Implements
Properties
Action |
Available actions on the job. (Inherited from IJobDetails) |
ChainOfCustodySasKey |
Shared access key to download the chain of custody logs (Inherited from IJobDetails) |
ContactDetail |
Contact details for notification and shipping. (Inherited from IJobDetails) |
CopyLogDetail |
List of copy log details. (Inherited from IJobDetails) |
CopyProgress |
Copy progress per disk. |
DatacenterAddress |
Datacenter address to ship to, for the given sku and storage location. (Inherited from IJobDetails) |
DataCenterCode |
DataCenter code. (Inherited from IJobDetails) |
DataExportDetail |
Details of the data to be exported from azure. (Inherited from IJobDetails) |
DataImportDetail |
Details of the data to be imported into azure. (Inherited from IJobDetails) |
DeliveryPackage |
Delivery package shipping details. (Inherited from IJobDetails) |
DeviceErasureDetail |
Holds device data erasure details (Inherited from IJobDetails) |
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. (Inherited from IJobDetails) |
GranularCopyLogDetail |
Copy progress per disk. |
GranularCopyProgress |
Copy progress per disk. |
JobStage |
List of stages that run in the job. (Inherited from IJobDetails) |
KeyEncryptionKey |
Details about which key encryption type is being used. (Inherited from IJobDetails) |
LastMitigationActionOnJob |
Last mitigation action performed on the job. (Inherited from IJobDetails) |
Passkey |
User entered passkey for DataBox Disk job. |
Preference |
Preferences for the order. (Inherited from IJobDetails) |
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. (Inherited from IJobDetails) |
ReverseShipmentLabelSasKey |
Shared access key to download the return shipment label (Inherited from IJobDetails) |
ReverseShippingDetail |
Optional Reverse Shipping details for order. (Inherited from IJobDetails) |
ShippingAddress |
Shipping address of the customer. (Inherited from IJobDetails) |
Type |
Indicates the type of job details. (Inherited from IJobDetails) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |