ArmSupportModelFactory.SupportContactProfile Method
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 static Azure.ResourceManager.Support.Models.SupportContactProfile SupportContactProfile(string firstName = default, string lastName = default, Azure.ResourceManager.Support.Models.PreferredContactMethod preferredContactMethod = default, string primaryEmailAddress = default, System.Collections.Generic.IEnumerable<string> additionalEmailAddresses = default, string phoneNumber = default, string preferredTimeZone = default, string country = default, string preferredSupportLanguage = default);
static member SupportContactProfile : string * string * Azure.ResourceManager.Support.Models.PreferredContactMethod * string * seq<string> * string * string * string * string -> Azure.ResourceManager.Support.Models.SupportContactProfile
Public Shared Function SupportContactProfile (Optional firstName As String = Nothing, Optional lastName As String = Nothing, Optional preferredContactMethod As PreferredContactMethod = Nothing, Optional primaryEmailAddress As String = Nothing, Optional additionalEmailAddresses As IEnumerable(Of String) = Nothing, Optional phoneNumber As String = Nothing, Optional preferredTimeZone As String = Nothing, Optional country As String = Nothing, Optional preferredSupportLanguage As String = Nothing) As SupportContactProfile
Parameters
- firstName
- String
First name.
- lastName
- String
Last name.
- preferredContactMethod
- PreferredContactMethod
Preferred contact method.
- primaryEmailAddress
- String
Primary email address.
- additionalEmailAddresses
- IEnumerable<String>
Additional 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. It is also required when submitting 'critical' or 'highestcriticalimpact' severity cases.
- 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.
Returns
A new SupportContactProfile instance for mocking.