Share via


TerminalServerConfiguration Class

Definition

Network and credentials configuration currently applied to terminal server.

public class TerminalServerConfiguration : Azure.ResourceManager.ManagedNetworkFabric.Models.TerminalServerPatchableProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.TerminalServerConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.TerminalServerConfiguration>
type TerminalServerConfiguration = class
    inherit TerminalServerPatchableProperties
    interface IJsonModel<TerminalServerConfiguration>
    interface IPersistableModel<TerminalServerConfiguration>
Public Class TerminalServerConfiguration
Inherits TerminalServerPatchableProperties
Implements IJsonModel(Of TerminalServerConfiguration), IPersistableModel(Of TerminalServerConfiguration)
Inheritance
TerminalServerConfiguration
Implements

Constructors

TerminalServerConfiguration()

Initializes a new instance of TerminalServerConfiguration.

Properties

NetworkDeviceId

ARM Resource ID used for the NetworkDevice.

Password

Password for the terminal server connection.

(Inherited from TerminalServerPatchableProperties)
PrimaryIPv4Prefix

IPv4 Address Prefix.

PrimaryIPv6Prefix

IPv6 Address Prefix.

SecondaryIPv4Prefix

Secondary IPv4 Address Prefix.

SecondaryIPv6Prefix

Secondary IPv6 Address Prefix.

SerialNumber

Serial Number of Terminal server.

(Inherited from TerminalServerPatchableProperties)
Username

Username for the terminal server connection.

(Inherited from TerminalServerPatchableProperties)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TerminalServerConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TerminalServerConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TerminalServerPatchableProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TerminalServerPatchableProperties)
IJsonModel<TerminalServerPatchableProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TerminalServerPatchableProperties)
IPersistableModel<TerminalServerConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TerminalServerConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TerminalServerConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TerminalServerPatchableProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TerminalServerPatchableProperties)
IPersistableModel<TerminalServerPatchableProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TerminalServerPatchableProperties)
IPersistableModel<TerminalServerPatchableProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TerminalServerPatchableProperties)

Applies to