MongoClusterConnectionString Class

Definition

Connection string for the mongo cluster.

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

Properties

Description

Description of the connection string.

Name

Name of the connection string.

Uri

Value of the connection string.

Explicit Interface Implementations

IJsonModel<MongoClusterConnectionString>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MongoClusterConnectionString>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MongoClusterConnectionString>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MongoClusterConnectionString>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MongoClusterConnectionString>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to