AddressDetails 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
AddressDetails() |
Initializes a new instance of the AddressDetails class. |
AddressDetails(String, String, String, String, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the AddressDetails class. |
AddressDetails()
Initializes a new instance of the AddressDetails class.
public AddressDetails ();
Public Sub New ()
Applies to
AddressDetails(String, String, String, String, String, String, String, String, String, String, String, String, String)
Initializes a new instance of the AddressDetails class.
public AddressDetails (string addressLine1, string country, string firstName = default, string lastName = default, string companyName = default, string addressLine2 = default, string addressLine3 = default, string city = default, string district = default, string region = default, string postalCode = default, string email = default, string phoneNumber = default);
new Microsoft.Azure.Management.Billing.Models.AddressDetails : string * string * string * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Billing.Models.AddressDetails
Public Sub New (addressLine1 As String, country As String, Optional firstName As String = Nothing, Optional lastName As String = Nothing, Optional companyName As String = Nothing, Optional addressLine2 As String = Nothing, Optional addressLine3 As String = Nothing, Optional city As String = Nothing, Optional district As String = Nothing, Optional region As String = Nothing, Optional postalCode As String = Nothing, Optional email As String = Nothing, Optional phoneNumber As String = Nothing)
Parameters
- addressLine1
- String
Address line 1.
- country
- String
Country code uses ISO2, 2-digit format.
- firstName
- String
First name.
- lastName
- String
Last name.
- companyName
- String
Company name.
- addressLine2
- String
Address line 2.
- addressLine3
- String
Address line 3.
- city
- String
Address city.
- district
- String
Address district.
- region
- String
Address region.
- postalCode
- String
Postal code.
- String
Email address.
- phoneNumber
- String
Phone number.
Applies to
Azure SDK for .NET