Partager via


RegistrationAddressInfo(String, String, String, String, String) Constructeur

Définition

Initialise une nouvelle instance de RegistrationAddressInfo.

public RegistrationAddressInfo (string address1, string city, string country, string postalCode, string state);
new Azure.ResourceManager.AppService.Models.RegistrationAddressInfo : string * string * string * string * string -> Azure.ResourceManager.AppService.Models.RegistrationAddressInfo
Public Sub New (address1 As String, city As String, country As String, postalCode As String, state As String)

Paramètres

address1
String

Première ligne d’une adresse.

city
String

Ville de l’adresse.

country
String

Pays de l’adresse.

postalCode
String

Code postal de l’adresse.

state
String

État ou province de l’adresse.

Exceptions

address1, city, countrypostalCode ou state a la valeur null.

S’applique à