Delen via


ControllerConnectionDetailsList Class

Definition

The ControllerConnectionDetailsList.

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

Properties

ConnectionDetailsList

List of Azure Dev Spaces Controller connection details.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ControllerConnectionDetailsList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ControllerConnectionDetailsList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControllerConnectionDetailsList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControllerConnectionDetailsList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControllerConnectionDetailsList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to