你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Address Class

Address information for domain registration.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.web._serialization.Model
Address

Constructor

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

Keyword-Only Parameters

Name Description
address1
str

First line of an Address. Required.

address2
str

The second line of the Address. Optional.

city
str

The city for the address. Required.

country
str

The country for the address. Required.

postal_code
str

The postal code for the address. Required.

state
str

The state or province for the address. Required.

Variables

Name Description
address1
str

First line of an Address. Required.

address2
str

The second line of the Address. Optional.

city
str

The city for the address. Required.

country
str

The country for the address. Required.

postal_code
str

The postal code for the address. Required.

state
str

The state or province for the address. Required.