Condividi tramite


DataBoxCustomerDiskJobDetails Class

Definition

Customer disk job details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxCustomerDiskJobDetailsTypeConverter))]
public class DataBoxCustomerDiskJobDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxCustomerDiskJobDetails, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxCustomerDiskJobDetailsTypeConverter))>]
type DataBoxCustomerDiskJobDetails = class
    interface IDataBoxCustomerDiskJobDetails
    interface IJsonSerializable
    interface IJobDetails
    interface IValidates
Public Class DataBoxCustomerDiskJobDetails
Implements IDataBoxCustomerDiskJobDetails, IValidates
Inheritance
DataBoxCustomerDiskJobDetails
Attributes
Implements

Constructors

DataBoxCustomerDiskJobDetails()

Creates an new DataBoxCustomerDiskJobDetails 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.

DeliverToDcPackageDetailCarrierName

Name of the carrier.

DeliverToDcPackageDetailTrackingId

Tracking Id of shipment.

DeliveryPackage

Delivery package shipping details.

DeviceErasureDetail

Holds device data erasure details

EnableManifestBackup

Flag to indicate if disk manifest should be backed-up in the Storage Account.

ExpectedDataSizeInTeraByte

The expected size of the data, which needs to be transferred in this job, in terabytes.

ExportDiskDetailsCollection

Contains the map of disk serial number to the disk details for export jobs.

ImportDiskDetailsCollection

Contains the map of disk serial number to the disk details for import jobs.

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.

ReturnToCustomerPackageDetailCarrierAccountNumber

Carrier Account Number of customer for customer disk.

ReturnToCustomerPackageDetailCarrierName

Name of the carrier.

ReturnToCustomerPackageDetailTrackingId

Tracking Id of shipment.

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 DataBoxCustomerDiskJobDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataBoxCustomerDiskJobDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IDataBoxCustomerDiskJobDetails.

FromJsonString(String)

Creates a new instance of DataBoxCustomerDiskJobDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataBoxCustomerDiskJobDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to