ContactProfile Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ContactProfileTypeConverter))]
public class ContactProfile : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IContactProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ContactProfileTypeConverter))>]
type ContactProfile = class
interface IContactProfile
interface IJsonSerializable
Public Class ContactProfile
Implements IContactProfile
- Inheritance
-
ContactProfile
- Attributes
- Implements
Constructors
ContactProfile() |
Creates an new ContactProfile instance. |
Properties
AdditionalEmailAddress |
Additional 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 ContactProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContactProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IContactProfile. |
FromJsonString(String) |
Creates a new instance of ContactProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContactProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |