ListConnectionStringsResult Class

Definition

The connection strings for the given mongo cluster.

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

Properties

ConnectionStrings

An array that contains the connection strings for a mongo cluster.

Explicit Interface Implementations

IJsonModel<ListConnectionStringsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ListConnectionStringsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ListConnectionStringsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ListConnectionStringsResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ListConnectionStringsResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to