CertificateOrderContact Class

Definition

The CertificateOrderContact.

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

Properties

Email

Gets the email.

NameFirst

Gets the name first.

NameLast

Gets the name last.

Phone

Gets the phone.

Explicit Interface Implementations

IJsonModel<CertificateOrderContact>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CertificateOrderContact>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CertificateOrderContact>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CertificateOrderContact>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CertificateOrderContact>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to