ValidateAddress 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
ValidateAddress() |
Initializes a new instance of the ValidateAddress class. |
ValidateAddress(ShippingAddress, SkuName, TransportPreferences) |
Initializes a new instance of the ValidateAddress class. |
ValidateAddress()
Initializes a new instance of the ValidateAddress class.
public ValidateAddress ();
Public Sub New ()
Applies to
ValidateAddress(ShippingAddress, SkuName, TransportPreferences)
Initializes a new instance of the ValidateAddress class.
public ValidateAddress (Microsoft.Azure.Management.DataBox.Models.ShippingAddress shippingAddress, Microsoft.Azure.Management.DataBox.Models.SkuName deviceType, Microsoft.Azure.Management.DataBox.Models.TransportPreferences transportPreferences = default);
new Microsoft.Azure.Management.DataBox.Models.ValidateAddress : Microsoft.Azure.Management.DataBox.Models.ShippingAddress * Microsoft.Azure.Management.DataBox.Models.SkuName * Microsoft.Azure.Management.DataBox.Models.TransportPreferences -> Microsoft.Azure.Management.DataBox.Models.ValidateAddress
Public Sub New (shippingAddress As ShippingAddress, deviceType As SkuName, Optional transportPreferences As TransportPreferences = Nothing)
Parameters
- shippingAddress
- ShippingAddress
Shipping address of the customer.
- deviceType
- SkuName
Device type to be used for the job. Possible values include: 'DataBox', 'DataBoxDisk', 'DataBoxHeavy', 'DataBoxCustomerDisk'
- transportPreferences
- TransportPreferences
Preferences related to the shipment logistics of the sku.
Applies to
Azure SDK for .NET