Freigeben über


RegistrationAddressInfo(String, String, String, String, String) Konstruktor

Definition

Initialisiert eine neue instance von 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)

Parameter

address1
String

Erste Zeile einer Adresse.

city
String

Die Stadt für die Adresse.

country
String

Das Land für die Adresse.

postalCode
String

Die Postleitzahl für die Adresse.

state
String

Das Bundesland oder die Provinz für die Adresse.

Ausnahmen

address1, city, countrypostalCode oder state ist NULL.

Gilt für: