UpdateContactProfile Class
Contact information associated with the support ticket.
- Inheritance
-
UpdateContactProfile
Constructor
UpdateContactProfile(*, first_name: Optional[str] = None, last_name: Optional[str] = None, preferred_contact_method: Optional[Union[str, azure.mgmt.support.models._microsoft_support_enums.PreferredContactMethod]] = None, primary_email_address: Optional[str] = None, additional_email_addresses: Optional[List[str]] = None, phone_number: Optional[str] = None, preferred_time_zone: Optional[str] = None, country: Optional[str] = None, preferred_support_language: Optional[str] = None, **kwargs)
Parameters
- preferred_contact_method
- str or PreferredContactMethod
Preferred contact method. Possible values include: "email", "phone".
Email addresses listed will be copied on any correspondence about the support ticket.
- preferred_time_zone
- str
Time zone of the user. This is the name of the time zone from Microsoft Time Zone Index Values.
- preferred_support_language
- str
Preferred language of support from Azure. Support languages vary based on the severity you choose for your support ticket. Learn more at Azure Severity and responsiveness. Use the standard language-country code. Valid values are 'en-us' for English, 'zh-hans' for Chinese, 'es-es' for Spanish, 'fr-fr' for French, 'ja-jp' for Japanese, 'ko-kr' for Korean, 'ru-ru' for Russian, 'pt-br' for Portuguese, 'it-it' for Italian, 'zh-tw' for Chinese and 'de-de' for German.
Feedback
Submit and view feedback for