Share via


PineconeVectorDBOrganizationProperties Class

Definition

Properties specific to Organization.

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

Constructors

PineconeVectorDBOrganizationProperties(PineconeVectorDBMarketplaceDetails, PineconeVectorDBUserDetails)

Initializes a new instance of PineconeVectorDBOrganizationProperties.

Properties

Marketplace

Marketplace details of the resource.

PartnerDisplayName

Pinecone Organization Name.

ProvisioningState

Provisioning state of the resource.

SingleSignOnProperties

Single sign-on properties.

User

Details of the user.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PineconeVectorDBOrganizationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PineconeVectorDBOrganizationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PineconeVectorDBOrganizationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PineconeVectorDBOrganizationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PineconeVectorDBOrganizationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to