UpdateContactProfile Class
Contact information associated with the support ticket.
- Inheritance
-
azure.mgmt.support._serialization.ModelUpdateContactProfile
Constructor
UpdateContactProfile(*, first_name: str | None = None, last_name: str | None = None, preferred_contact_method: str | _models.PreferredContactMethod | None = None, primary_email_address: str | None = None, additional_email_addresses: List[str] | None = None, phone_number: str | None = None, preferred_time_zone: str | None = None, country: str | None = None, preferred_support_language: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
first_name
|
First name. |
last_name
|
Last name. |
preferred_contact_method
|
Preferred contact method. Known values are: "email" and "phone". |
primary_email_address
|
Primary email address. |
additional_email_addresses
|
Email addresses listed will be copied on any correspondence about the support ticket. |
phone_number
|
Phone number. This is required if preferred contact method is phone. |
preferred_time_zone
|
Time zone of the user. This is the name of the time zone from Microsoft Time Zone Index Values. |
country
|
Country of the user. This is the ISO 3166-1 alpha-3 code. |
preferred_support_language
|
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. |
Variables
Name | Description |
---|---|
first_name
|
First name. |
last_name
|
Last name. |
preferred_contact_method
|
Preferred contact method. Known values are: "email" and "phone". |
primary_email_address
|
Primary email address. |
additional_email_addresses
|
Email addresses listed will be copied on any correspondence about the support ticket. |
phone_number
|
Phone number. This is required if preferred contact method is phone. |
preferred_time_zone
|
Time zone of the user. This is the name of the time zone from Microsoft Time Zone Index Values. |
country
|
Country of the user. This is the ISO 3166-1 alpha-3 code. |
preferred_support_language
|
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. |
Azure SDK for Python