Condividi tramite


DataBoxJobDetails Class

Definition

Databox Job Details

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

Constructors

DataBoxJobDetails()

Creates an new DataBoxJobDetails 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 storage account.

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

DevicePassword

Set Device password for unlocking Databox. 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.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataBoxJobDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataBoxJobDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataBoxJobDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to