ContactDetails Class

Contact Details.

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

Inheritance
azure.mgmt.databox._serialization.Model
ContactDetails

Constructor

ContactDetails(*, contact_name: str, phone: str, email_list: List[str], phone_extension: str | None = None, mobile: str | None = None, notification_preference: List[_models.NotificationPreference] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
contact_name
str

Contact name of the person. Required.

phone
str

Phone number of the contact person. Required.

phone_extension
str

Phone extension number of the contact person.

mobile
str

Mobile number of the contact person.

email_list

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

notification_preference

Notification preference for a job stage.

Variables

Name Description
contact_name
str

Contact name of the person. Required.

phone
str

Phone number of the contact person. Required.

phone_extension
str

Phone extension number of the contact person.

mobile
str

Mobile number of the contact person.

email_list

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

notification_preference

Notification preference for a job stage.