Address Class
Address information for domain registration.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.web._serialization.ModelAddress
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
|
First line of an Address. Required. |
address2
|
The second line of the Address. Optional. |
city
|
The city for the address. Required. |
country
|
The country for the address. Required. |
postal_code
|
The postal code for the address. Required. |
state
|
The state or province for the address. Required. |
Variables
Name | Description |
---|---|
address1
|
First line of an Address. Required. |
address2
|
The second line of the Address. Optional. |
city
|
The city for the address. Required. |
country
|
The country for the address. Required. |
postal_code
|
The postal code for the address. Required. |
state
|
The state or province for the address. Required. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python