ContactProfile.PreferredSupportLanguage Property
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.
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.
[Newtonsoft.Json.JsonProperty(PropertyName="preferredSupportLanguage")]
public string PreferredSupportLanguage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="preferredSupportLanguage")>]
member this.PreferredSupportLanguage : string with get, set
Public Property PreferredSupportLanguage As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Azure SDK for .NET