ContactProfile interface
Contact information associated with the support ticket.
Properties
additional |
Additional email addresses listed will be copied on any correspondence about the support ticket. |
country | Country of the user. This is the ISO 3166-1 alpha-3 code. |
first |
First name. |
last |
Last name. |
phone |
Phone number. This is required if preferred contact method is phone. |
preferred |
Preferred contact method. |
preferred |
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. |
preferred |
Time zone of the user. This is the name of the time zone from Microsoft Time Zone Index Values. |
primary |
Primary email address. |
Property Details
additionalEmailAddresses
Additional email addresses listed will be copied on any correspondence about the support ticket.
additionalEmailAddresses?: string[]
Property Value
string[]
country
Country of the user. This is the ISO 3166-1 alpha-3 code.
country: string
Property Value
string
firstName
First name.
firstName: string
Property Value
string
lastName
Last name.
lastName: string
Property Value
string
phoneNumber
Phone number. This is required if preferred contact method is phone.
phoneNumber?: string
Property Value
string
preferredContactMethod
Preferred contact method.
preferredContactMethod: string
Property Value
string
preferredSupportLanguage
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.
preferredSupportLanguage: string
Property Value
string
preferredTimeZone
Time zone of the user. This is the name of the time zone from Microsoft Time Zone Index Values.
preferredTimeZone: string
Property Value
string
primaryEmailAddress
Primary email address.
primaryEmailAddress: string
Property Value
string