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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET