SupportContactProfile Class

Definition

Contact information associated with the support ticket.

public class SupportContactProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Support.Models.SupportContactProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Support.Models.SupportContactProfile>
type SupportContactProfile = class
    interface IJsonModel<SupportContactProfile>
    interface IPersistableModel<SupportContactProfile>
Public Class SupportContactProfile
Implements IJsonModel(Of SupportContactProfile), IPersistableModel(Of SupportContactProfile)
Inheritance
SupportContactProfile
Implements

Constructors

SupportContactProfile(String, String, PreferredContactMethod, String, String, String, String)

Initializes a new instance of SupportContactProfile.

Properties

AdditionalEmailAddresses

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.

Explicit Interface Implementations

IJsonModel<SupportContactProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SupportContactProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SupportContactProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SupportContactProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SupportContactProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to