ContactDetails Class

Contact Details.

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

Inheritance
ContactDetails

Constructor

ContactDetails(*, contact_name: str, phone: str, email_list: List[str], phone_extension: Optional[str] = None, mobile: Optional[str] = None, notification_preference: Optional[List[azure.mgmt.databox.v2019_09_01.models._models_py3.NotificationPreference]] = None, **kwargs)

Parameters

contact_name
str
Required

Required. Contact name of the person.

phone
str
Required

Required. Phone number of the contact person.

phone_extension
str
Required

Phone extension number of the contact person.

mobile
str
Required

Mobile number of the contact person.

email_list
list[str]
Required

Required. List of Email-ids to be notified about job progress.

notification_preference
list[<xref:azure.mgmt.databox.models.NotificationPreference>]
Required

Notification preference for a job stage.