DataTransferDetailsValidationRequest Class
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.
Request to validate export and import data details.
[Newtonsoft.Json.JsonObject("ValidateDataTransferDetails")]
public class DataTransferDetailsValidationRequest : Microsoft.Azure.Management.DataBox.Models.ValidationInputRequest
[<Newtonsoft.Json.JsonObject("ValidateDataTransferDetails")>]
type DataTransferDetailsValidationRequest = class
inherit ValidationInputRequest
Public Class DataTransferDetailsValidationRequest
Inherits ValidationInputRequest
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
DataTransferDetailsValidationRequest() |
Initializes a new instance of the DataTransferDetailsValidationRequest class. |
DataTransferDetailsValidationRequest(SkuName, TransferType, IList<DataExportDetails>, IList<DataImportDetails>) |
Initializes a new instance of the DataTransferDetailsValidationRequest class. |
Properties
DataExportDetails |
Gets or sets list of DataTransfer details to be used to export data from azure. |
DataImportDetails |
Gets or sets list of DataTransfer details to be used to import data to azure. |
DeviceType |
Gets or sets device type. Possible values include: 'DataBox', 'DataBoxDisk', 'DataBoxHeavy', 'DataBoxCustomerDisk' |
TransferType |
Gets or sets type of the transfer. Possible values include: 'ImportToAzure', 'ExportFromAzure' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET