Address Class

Address information for domain registration.

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

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.