RemoteConnection Class

Definition

Provides remote connection information for a Dev Box.

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

Properties

RdpConnectionUri

Link to open a Remote Desktop session.

WebUri

URL to open a browser based RDP session.

Explicit Interface Implementations

IJsonModel<RemoteConnection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RemoteConnection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RemoteConnection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RemoteConnection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RemoteConnection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to