DataTransferDetailsValidationRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataTransferDetailsValidationRequest() |
Initializes a new instance of the DataTransferDetailsValidationRequest class. |
DataTransferDetailsValidationRequest(SkuName, TransferType, IList<DataExportDetails>, IList<DataImportDetails>) |
Initializes a new instance of the DataTransferDetailsValidationRequest class. |
DataTransferDetailsValidationRequest()
Initializes a new instance of the DataTransferDetailsValidationRequest class.
public DataTransferDetailsValidationRequest ();
Public Sub New ()
Applies to
DataTransferDetailsValidationRequest(SkuName, TransferType, IList<DataExportDetails>, IList<DataImportDetails>)
Initializes a new instance of the DataTransferDetailsValidationRequest class.
public DataTransferDetailsValidationRequest (Microsoft.Azure.Management.DataBox.Models.SkuName deviceType, Microsoft.Azure.Management.DataBox.Models.TransferType transferType, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataExportDetails> dataExportDetails = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataImportDetails> dataImportDetails = default);
new Microsoft.Azure.Management.DataBox.Models.DataTransferDetailsValidationRequest : Microsoft.Azure.Management.DataBox.Models.SkuName * Microsoft.Azure.Management.DataBox.Models.TransferType * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataExportDetails> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataImportDetails> -> Microsoft.Azure.Management.DataBox.Models.DataTransferDetailsValidationRequest
Public Sub New (deviceType As SkuName, transferType As TransferType, Optional dataExportDetails As IList(Of DataExportDetails) = Nothing, Optional dataImportDetails As IList(Of DataImportDetails) = Nothing)
Parameters
- deviceType
- SkuName
Device type. Possible values include: 'DataBox', 'DataBoxDisk', 'DataBoxHeavy', 'DataBoxCustomerDisk'
- transferType
- TransferType
Type of the transfer. Possible values include: 'ImportToAzure', 'ExportFromAzure'
- dataExportDetails
- IList<DataExportDetails>
List of DataTransfer details to be used to export data from azure.
- dataImportDetails
- IList<DataImportDetails>
List of DataTransfer details to be used to import data to azure.
Applies to
Azure SDK for .NET