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 addressLine1, string postalCode, string city, string state, string country, string addressLine2 = default, string addressLine3 = default);
new Microsoft.Azure.Management.EdgeGateway.Models.Address : string * string * string * string * string * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.Address
Public Sub New (addressLine1 As String, postalCode As String, city As String, state As String, country As String, Optional addressLine2 As String = Nothing, Optional addressLine3 As String = Nothing)
Parameters
- addressLine1
- String
The address line1.
- postalCode
- String
The postal code.
- city
- String
The city name.
- state
- String
The state name.
- country
- String
The country name.
- addressLine2
- String
The address line2.
- addressLine3
- String
The address line3.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET