Address Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Address() |
Initialise une nouvelle instance de la classe Address. |
Address(String, String, String, String, String, String, String) |
Initialise une nouvelle instance de la classe Address. |
Address()
Initialise une nouvelle instance de la classe Address.
public Address ();
Public Sub New ()
S’applique à
Address(String, String, String, String, String, String, String)
Initialise une nouvelle instance de la classe Address.
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)
Paramètres
- addressLine1
- String
Ligne d’adresse1.
- postalCode
- String
Le code postal.
- city
- String
Nom de la ville.
- state
- String
Nom d'état.
- country
- String
Nom du pays.
- addressLine2
- String
Ligne d’adresse2.
- addressLine3
- String
Ligne d’adresse3.
S’applique à
Azure SDK for .NET