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. |
Azure SDK for Python