Share via


PineconeVectorDBUserDetails Class

Definition

User details for an organization.

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

Constructors

PineconeVectorDBUserDetails()

Initializes a new instance of PineconeVectorDBUserDetails.

Properties

EmailAddress

Email address of the user.

FirstName

First name of the user.

LastName

Last name of the user.

PhoneNumber

User's phone number.

Upn

User's principal name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PineconeVectorDBUserDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PineconeVectorDBUserDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PineconeVectorDBUserDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PineconeVectorDBUserDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PineconeVectorDBUserDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to