ArmDataBoxModelFactory.DataBoxShippingAddress Method

Definition

public static Azure.ResourceManager.DataBox.Models.DataBoxShippingAddress DataBoxShippingAddress(string streetAddress1 = default, string streetAddress2 = default, string streetAddress3 = default, string city = default, string stateOrProvince = default, string country = default, string postalCode = default, string zipExtendedCode = default, string companyName = default, Azure.ResourceManager.DataBox.Models.DataBoxShippingAddressType? addressType = default, bool? skipAddressValidation = default, string taxIdentificationNumber = default);
static member DataBoxShippingAddress : string * string * string * string * string * string * string * string * string * Nullable<Azure.ResourceManager.DataBox.Models.DataBoxShippingAddressType> * Nullable<bool> * string -> Azure.ResourceManager.DataBox.Models.DataBoxShippingAddress
Public Shared Function DataBoxShippingAddress (Optional streetAddress1 As String = Nothing, Optional streetAddress2 As String = Nothing, Optional streetAddress3 As String = Nothing, Optional city As String = Nothing, Optional stateOrProvince As String = Nothing, Optional country As String = Nothing, Optional postalCode As String = Nothing, Optional zipExtendedCode As String = Nothing, Optional companyName As String = Nothing, Optional addressType As Nullable(Of DataBoxShippingAddressType) = Nothing, Optional skipAddressValidation As Nullable(Of Boolean) = Nothing, Optional taxIdentificationNumber As String = Nothing) As DataBoxShippingAddress

Parameters

streetAddress1
String

Street Address line 1.

streetAddress2
String

Street Address line 2.

streetAddress3
String

Street Address line 3.

city
String

Name of the City.

stateOrProvince
String

Name of the State or Province.

country
String

Name of the Country.

postalCode
String

Postal code.

zipExtendedCode
String

Extended Zip Code.

companyName
String

Name of the company.

addressType
Nullable<DataBoxShippingAddressType>

Type of address.

skipAddressValidation
Nullable<Boolean>

Flag to indicate if customer has chosen to skip default address validation.

taxIdentificationNumber
String

Tax Identification Number.

Returns

A new DataBoxShippingAddress instance for mocking.

Applies to