DataTransferDetailsValidationRequest interface    
Request to validate export and import data details.
- Extends
Properties
| data | List of DataTransfer details to be used to export data from azure. | 
| data | List of DataTransfer details to be used to import data to azure. | 
| device | 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 | 
| transfer | Type of the transfer. | 
| validation | 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
	 
	
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?: ModelNameProperty Value
		transferType
	 
	
		validationType
	 
	Polymorphic discriminator, which specifies the different types this object can be
validationType: "ValidateDataTransferDetails"Property Value
"ValidateDataTransferDetails"