次の方法で共有


RegistrationAddressInfo(String, String, String, String, String) コンストラクター

定義

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)

パラメーター

address1
String

アドレスの最初の行。

city
String

住所の市区町村。

country
String

住所の国。

postalCode
String

住所の郵便番号。

state
String

住所の都道府県。

例外

address1citycountrypostalCode または state が null です。

適用対象