Delen via


ListConnectionDetailsContent Class

Definition

Parameters for listing connection details of an Azure Dev Spaces Controller.

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

Constructors

ListConnectionDetailsContent(String)

Initializes a new instance of ListConnectionDetailsContent.

Properties

TargetContainerHostResourceId

Resource ID of the target container host mapped to the Azure Dev Spaces Controller.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ListConnectionDetailsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ListConnectionDetailsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ListConnectionDetailsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ListConnectionDetailsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ListConnectionDetailsContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to