IDataBoxHeavyJobDetails 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.DataBoxHeavyJobDetailsTypeConverter))]
public interface IDataBoxHeavyJobDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IJobDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxHeavyJobDetailsTypeConverter))>]
type IDataBoxHeavyJobDetails = interface
interface IJsonSerializable
interface IJobDetails
Public Interface IDataBoxHeavyJobDetails
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 account. |
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) |
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. (Inherited from IJobDetails) |
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) |
Preference |
Preferences for the order. (Inherited from IJobDetails) |
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) |