RegistrationContactInfo Class

Definition

Contact information for domain registration. If 'Domain Privacy' option is not selected then the contact information is made publicly available through the Whois directories as per ICANN requirements.

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

Constructors

RegistrationContactInfo(String, String, String, String)

Initializes a new instance of RegistrationContactInfo.

Properties

AddressMailing

Mailing address.

Email

Email address.

Fax

Fax number.

JobTitle

Job title.

NameFirst

First name.

NameLast

Last name.

NameMiddle

Middle name.

Organization

Organization contact belongs to.

Phone

Phone number.

Explicit Interface Implementations

IJsonModel<RegistrationContactInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegistrationContactInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegistrationContactInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegistrationContactInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegistrationContactInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to