RegistrationAddressInfo(String, String, String, String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
住所の都道府県。
例外
address1
、 city
、 country
、 postalCode
または state
が null です。