CosmosDBConnectionString Class

Definition

Connection string for the mongo cluster.

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

Properties

ConnectionString

Value of the connection string.

Description

Description of the connection string.

Explicit Interface Implementations

IJsonModel<CosmosDBConnectionString>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CosmosDBConnectionString>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBConnectionString>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBConnectionString>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CosmosDBConnectionString>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to