Share via


ListConnectionsResponse Class

Definition

Response from the list operation.

public class ListConnectionsResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ListConnectionsResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ListConnectionsResponse>
type ListConnectionsResponse = class
    interface IJsonModel<ListConnectionsResponse>
    interface IPersistableModel<ListConnectionsResponse>
Public Class ListConnectionsResponse
Implements IJsonModel(Of ListConnectionsResponse), IPersistableModel(Of ListConnectionsResponse)
Inheritance
ListConnectionsResponse
Implements

Properties

Value

A list of connection list secrets.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ListConnectionsResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ListConnectionsResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ListConnectionsResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ListConnectionsResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ListConnectionsResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to