DataTransferDetailsValidationContent Constructor
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.
Initializes a new instance of DataTransferDetailsValidationContent.
public DataTransferDetailsValidationContent (Azure.ResourceManager.DataBox.Models.DataBoxSkuName deviceType, Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType transferType);
new Azure.ResourceManager.DataBox.Models.DataTransferDetailsValidationContent : Azure.ResourceManager.DataBox.Models.DataBoxSkuName * Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType -> Azure.ResourceManager.DataBox.Models.DataTransferDetailsValidationContent
Public Sub New (deviceType As DataBoxSkuName, transferType As DataBoxJobTransferType)
Parameters
- deviceType
- DataBoxSkuName
Device type.
- transferType
- DataBoxJobTransferType
Type of the transfer.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET