Condividi tramite


UpdateContactProfile Constructors

Definition

Overloads

UpdateContactProfile()

Initializes a new instance of the UpdateContactProfile class.

UpdateContactProfile(String, String, String, String, IList<String>, String, String, String, String)

Initializes a new instance of the UpdateContactProfile class.

UpdateContactProfile()

Initializes a new instance of the UpdateContactProfile class.

public UpdateContactProfile ();
Public Sub New ()

Applies to

UpdateContactProfile(String, String, String, String, IList<String>, String, String, String, String)

Initializes a new instance of the UpdateContactProfile class.

public UpdateContactProfile (string firstName = default, string lastName = default, string preferredContactMethod = default, string primaryEmailAddress = default, System.Collections.Generic.IList<string> additionalEmailAddresses = default, string phoneNumber = default, string preferredTimeZone = default, string country = default, string preferredSupportLanguage = default);
new Microsoft.Azure.Management.Support.Models.UpdateContactProfile : string * string * string * string * System.Collections.Generic.IList<string> * string * string * string * string -> Microsoft.Azure.Management.Support.Models.UpdateContactProfile
Public Sub New (Optional firstName As String = Nothing, Optional lastName As String = Nothing, Optional preferredContactMethod As String = Nothing, Optional primaryEmailAddress As String = Nothing, Optional additionalEmailAddresses As IList(Of String) = Nothing, Optional phoneNumber As String = Nothing, Optional preferredTimeZone As String = Nothing, Optional country As String = Nothing, Optional preferredSupportLanguage As String = Nothing)

Parameters

firstName
String

First name.

lastName
String

Last name.

preferredContactMethod
String

Preferred contact method. Possible values include: 'email', 'phone'

primaryEmailAddress
String

Primary email address.

additionalEmailAddresses
IList<String>

Email addresses listed will be copied on any correspondence about the support ticket.

phoneNumber
String

Phone number. This is required if preferred contact method is phone.

preferredTimeZone
String

Time zone of the user. This is the name of the time zone from Microsoft Time Zone Index Values.

country
String

Country of the user. This is the ISO 3166-1 alpha-3 code.

preferredSupportLanguage
String

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.

Applies to