DataTransferDetailsValidationRequest interface

Request to validate export and import data details.

Properties

dataExportDetails

List of DataTransfer details to be used to export data from azure.

dataImportDetails

List of DataTransfer details to be used to import data to azure.

deviceType

Device type.

model

The customer friendly name of the combination of version and capacity of the device. This field is necessary only at the time of ordering the newer generation device i.e. AzureDataBox120 and AzureDataBox525 as of Feb/2025

transferType

Type of the transfer.

validationType

Polymorphic discriminator, which specifies the different types this object can be

Property Details

dataExportDetails

List of DataTransfer details to be used to export data from azure.

dataExportDetails?: DataExportDetails[]

Property Value

dataImportDetails

List of DataTransfer details to be used to import data to azure.

dataImportDetails?: DataImportDetails[]

Property Value

deviceType

Device type.

deviceType: SkuName

Property Value

model

The customer friendly name of the combination of version and capacity of the device. This field is necessary only at the time of ordering the newer generation device i.e. AzureDataBox120 and AzureDataBox525 as of Feb/2025

model?: ModelName

Property Value

transferType

Type of the transfer.

transferType: TransferType

Property Value

validationType

Polymorphic discriminator, which specifies the different types this object can be

validationType: "ValidateDataTransferDetails"

Property Value

"ValidateDataTransferDetails"