共用方式為


EdgeOrderAddressContactDetails Class

Definition

Contact Details.

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

Constructors

EdgeOrderAddressContactDetails(String, String, IEnumerable<String>)

Initializes a new instance of EdgeOrderAddressContactDetails.

Properties

ContactName

Contact name of the person.

EmailList

List of Email-ids to be notified about job progress.

Mobile

Mobile number of the contact person.

Phone

Phone number of the contact person.

PhoneExtension

Phone extension number of the contact person.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeOrderAddressContactDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeOrderAddressContactDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeOrderAddressContactDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeOrderAddressContactDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeOrderAddressContactDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to