Udostępnij przez


ArmDataBoxModelFactory.DataTransferDetailsValidationContent Method

Definition

Initializes a new instance of DataTransferDetailsValidationContent.

public static Azure.ResourceManager.DataBox.Models.DataTransferDetailsValidationContent DataTransferDetailsValidationContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBox.Models.DataExportDetails> dataExportDetails = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBox.Models.DataImportDetails> dataImportDetails = default, Azure.ResourceManager.DataBox.Models.DataBoxSkuName deviceType = Azure.ResourceManager.DataBox.Models.DataBoxSkuName.DataBox, Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType transferType = Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType.ImportToAzure, Azure.ResourceManager.DataBox.Models.DeviceModelName? model = default);
static member DataTransferDetailsValidationContent : seq<Azure.ResourceManager.DataBox.Models.DataExportDetails> * seq<Azure.ResourceManager.DataBox.Models.DataImportDetails> * Azure.ResourceManager.DataBox.Models.DataBoxSkuName * Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType * Nullable<Azure.ResourceManager.DataBox.Models.DeviceModelName> -> Azure.ResourceManager.DataBox.Models.DataTransferDetailsValidationContent
Public Shared Function DataTransferDetailsValidationContent (Optional dataExportDetails As IEnumerable(Of DataExportDetails) = Nothing, Optional dataImportDetails As IEnumerable(Of DataImportDetails) = Nothing, Optional deviceType As DataBoxSkuName = Azure.ResourceManager.DataBox.Models.DataBoxSkuName.DataBox, Optional transferType As DataBoxJobTransferType = Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType.ImportToAzure, Optional model As Nullable(Of DeviceModelName) = Nothing) As DataTransferDetailsValidationContent

Parameters

dataExportDetails
IEnumerable<DataExportDetails>

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

dataImportDetails
IEnumerable<DataImportDetails>

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

deviceType
DataBoxSkuName

Device type.

transferType
DataBoxJobTransferType

Type of the transfer.

model
Nullable<DeviceModelName>

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.

Returns

A new DataTransferDetailsValidationContent instance for mocking.

Applies to