Address 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
Address() |
Initializes a new instance of the Address class. |
Address(String, String, String, String, String, String, String) |
Initializes a new instance of the Address class. |
Address()
Initializes a new instance of the Address class.
public Address ();
Public Sub New ()
Applies to
Address(String, String, String, String, String, String, String)
Initializes a new instance of the Address class.
public Address (string country, string addressLine1 = default, string addressLine2 = default, string addressLine3 = default, string postalCode = default, string city = default, string state = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.Address : string * string * string * string * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Address
Public Sub New (country As String, 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)
Parameters
- country
- String
The country name.
- 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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET