Delen via


UpdateContactProfile Class

Definition

Contact information associated with the support ticket.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.UpdateContactProfileTypeConverter))]
public class UpdateContactProfile : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IUpdateContactProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.UpdateContactProfileTypeConverter))>]
type UpdateContactProfile = class
    interface IUpdateContactProfile
    interface IJsonSerializable
Public Class UpdateContactProfile
Implements IUpdateContactProfile
Inheritance
UpdateContactProfile
Attributes
Implements

Constructors

UpdateContactProfile()

Creates an new UpdateContactProfile instance.

Properties

AdditionalEmailAddress

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

Country

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

FirstName

First name.

LastName

Last name.

PhoneNumber

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

PreferredContactMethod

Preferred contact method.

PreferredSupportLanguage

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

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

PrimaryEmailAddress

Primary email address.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateContactProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateContactProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IUpdateContactProfile.

FromJsonString(String)

Creates a new instance of UpdateContactProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateContactProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to