Share via


OracleCustomerContact Class

Definition

CustomerContact resource properties.

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

Constructors

OracleCustomerContact(String)

Initializes a new instance of OracleCustomerContact.

Properties

Email

The email address used by Oracle to send notifications regarding databases and infrastructure.

Explicit Interface Implementations

IJsonModel<OracleCustomerContact>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OracleCustomerContact>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OracleCustomerContact>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OracleCustomerContact>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OracleCustomerContact>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to