ContactProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contact information associated with the support ticket.
public class ContactProfile
type ContactProfile = class
Public Class ContactProfile
- Inheritance
-
ContactProfile
Constructors
ContactProfile() |
Initializes a new instance of the ContactProfile class. |
ContactProfile(String, String, String, String, String, String, String, IList<String>, String) |
Initializes a new instance of the ContactProfile class. |
Properties
AdditionalEmailAddresses |
Gets or sets additional email addresses listed will be copied on any correspondence about the support ticket. |
Country |
Gets or sets country of the user. This is the ISO 3166-1 alpha-3 code. |
FirstName |
Gets or sets first name. |
LastName |
Gets or sets last name. |
PhoneNumber |
Gets or sets phone number. This is required if preferred contact method is phone. |
PreferredContactMethod |
Gets or sets preferred contact method. Possible values include: 'email', 'phone' |
PreferredSupportLanguage |
Gets or sets 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. |
PreferredTimeZone |
Gets or sets time zone of the user. This is the name of the time zone from Microsoft Time Zone Index Values. |
PrimaryEmailAddress |
Gets or sets primary email address. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET