ArmDataBoxEdgeModelFactory.DataBoxEdgeShippingAddress Method
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.
public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeShippingAddress DataBoxEdgeShippingAddress(string addressLine1 = default, string addressLine2 = default, string addressLine3 = default, string postalCode = default, string city = default, string state = default, string country = default);
static member DataBoxEdgeShippingAddress : string * string * string * string * string * string * string -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeShippingAddress
Public Shared Function DataBoxEdgeShippingAddress (Optional addressLine1 As String = Nothing, Optional addressLine2 As String = Nothing, Optional addressLine3 As String = Nothing, Optional postalCode As String = Nothing, Optional city As String = Nothing, Optional state As String = Nothing, Optional country As String = Nothing) As DataBoxEdgeShippingAddress
Parameters
- addressLine1
- String
The address line1.
- addressLine2
- String
The address line2.
- addressLine3
- String
The address line3.
- postalCode
- String
The postal code.
- city
- String
The city name.
- state
- String
The state name.
- country
- String
The country name.
Returns
A new DataBoxEdgeShippingAddress instance for mocking.