IJobDetails 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.JobDetailsTypeConverter))]
public interface IJobDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.JobDetailsTypeConverter))>]
type IJobDetails = interface
interface IJsonSerializable
Public Interface IJobDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
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 |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |