SupportContactProfile Constructor
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.
Initializes a new instance of SupportContactProfile.
public SupportContactProfile (string firstName, string lastName, Azure.ResourceManager.Support.Models.PreferredContactMethod preferredContactMethod, string primaryEmailAddress, string preferredTimeZone, string country, string preferredSupportLanguage);
new Azure.ResourceManager.Support.Models.SupportContactProfile : string * string * Azure.ResourceManager.Support.Models.PreferredContactMethod * string * string * string * string -> Azure.ResourceManager.Support.Models.SupportContactProfile
Public Sub New (firstName As String, lastName As String, preferredContactMethod As PreferredContactMethod, primaryEmailAddress As String, preferredTimeZone As String, country As String, preferredSupportLanguage As String)
Parameters
- firstName
- String
First name.
- lastName
- String
Last name.
- preferredContactMethod
- PreferredContactMethod
Preferred contact method.
- primaryEmailAddress
- String
Primary email address.
- 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.
Exceptions
firstName
, lastName
, primaryEmailAddress
, preferredTimeZone
, country
or preferredSupportLanguage
is null.