DataTransferDetailsValidationRequest interface

Request to validate export and import data details.

Extends

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.

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

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"