Contact Class
Contact information for domain registration. If 'Domain Privacy' option is not selected then the contact information is made publicly available through the Whois directories as per ICANN requirements.
All required parameters must be populated in order to send to Azure.
param address_mailing: Mailing address.
type address_mailing: ~azure.mgmt.web.v2021_01_01.models.Address
param email: Required. Email address.
type email: str
param fax: Fax number.
type fax: str
param job_title: Job title.
type job_title: str
param name_first: Required. First name.
type name_first: str
param name_last: Required. Last name.
type name_last: str
param name_middle: Middle name.
type name_middle: str
param organization: Organization contact belongs to.
type organization: str
param phone: Required. Phone number.
type phone: str
- Inheritance
-
Contact
Constructor
Contact(*, email: str, name_first: str, name_last: str, phone: str, address_mailing: Optional[azure.mgmt.web.v2021_01_01.models._models_py3.Address] = None, fax: Optional[str] = None, job_title: Optional[str] = None, name_middle: Optional[str] = None, organization: Optional[str] = None, **kwargs)
Feedback
Submit and view feedback for