共用方式為


Address 類別

網域註冊的位址資訊。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.web._serialization.Model
Address

建構函式

Address(*, address1: str, city: str, country: str, postal_code: str, state: str, address2: str | None = None, **kwargs: Any)

僅限關鍵字參數

名稱 Description
address1
str

位址的第一行。 必要。

address2
str

Address 的第二行。 選擇性。

city
str

位址的城市。 必要。

country
str

位址的國家/地區。 必要。

postal_code
str

位址的郵遞區號。 必要。

state
str

位址的州或省。 必要。

變數

名稱 Description
address1
str

位址的第一行。 必要。

address2
str

Address 的第二行。 選擇性。

city
str

位址的城市。 必要。

country
str

位址的國家/地區。 必要。

postal_code
str

位址的郵遞區號。 必要。

state
str

位址的州或省。 必要。