Compartir a través de


CustomerContact Class

Definition

CustomerContact resource properties Serialized Name: CustomerContact

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

Constructors

CustomerContact(String)

Initializes a new instance of CustomerContact.

Properties

Email

The email address used by Oracle to send notifications regarding databases and infrastructure. Serialized Name: CustomerContact.email

Explicit Interface Implementations

IJsonModel<CustomerContact>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomerContact>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomerContact>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomerContact>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomerContact>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to